Skip to content

Commit 5dd2fb2

Browse files
feat(all): auto-regenerate discovery clients (#2677)
1 parent a9177bd commit 5dd2fb2

26 files changed

+2070
-435
lines changed

cloudasset/v1/cloudasset-api.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20240614",
1098+
"revision": "20240629",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -2600,6 +2600,7 @@
26002600
"properties": {
26012601
"etag": {
26022602
"description": "Output only. An opaque identifier for the current version of the `AccessPolicy`. This will always be a strongly validated etag, meaning that two Access Policies will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.",
2603+
"readOnly": true,
26032604
"type": "string"
26042605
},
26052606
"name": {
@@ -2835,7 +2836,7 @@
28352836
"type": "string"
28362837
},
28372838
"sources": {
2838-
"description": "Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.",
2839+
"description": "Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.",
28392840
"items": {
28402841
"$ref": "GoogleIdentityAccesscontextmanagerV1EgressSource"
28412842
},
@@ -2864,7 +2865,7 @@
28642865
"id": "GoogleIdentityAccesscontextmanagerV1EgressSource",
28652866
"properties": {
28662867
"accessLevel": {
2867-
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed.",
2868+
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.",
28682869
"type": "string"
28692870
}
28702871
},
@@ -3151,7 +3152,7 @@
31513152
"properties": {
31523153
"vpcSubnetwork": {
31533154
"$ref": "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork",
3154-
"description": "Sub-segment ranges of a VPC network."
3155+
"description": "Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out."
31553156
}
31563157
},
31573158
"type": "object"

cloudasset/v1/cloudasset-gen.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1beta1/cloudasset-api.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
}
412412
}
413413
},
414-
"revision": "20240608",
414+
"revision": "20240629",
415415
"rootUrl": "https://cloudasset.googleapis.com/",
416416
"schemas": {
417417
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -925,6 +925,7 @@
925925
"properties": {
926926
"etag": {
927927
"description": "Output only. An opaque identifier for the current version of the `AccessPolicy`. This will always be a strongly validated etag, meaning that two Access Policies will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.",
928+
"readOnly": true,
928929
"type": "string"
929930
},
930931
"name": {
@@ -1160,7 +1161,7 @@
11601161
"type": "string"
11611162
},
11621163
"sources": {
1163-
"description": "Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.",
1164+
"description": "Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.",
11641165
"items": {
11651166
"$ref": "GoogleIdentityAccesscontextmanagerV1EgressSource"
11661167
},
@@ -1189,7 +1190,7 @@
11891190
"id": "GoogleIdentityAccesscontextmanagerV1EgressSource",
11901191
"properties": {
11911192
"accessLevel": {
1192-
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed.",
1193+
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.",
11931194
"type": "string"
11941195
}
11951196
},
@@ -1476,7 +1477,7 @@
14761477
"properties": {
14771478
"vpcSubnetwork": {
14781479
"$ref": "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork",
1479-
"description": "Sub-segment ranges of a VPC network."
1480+
"description": "Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out."
14801481
}
14811482
},
14821483
"type": "object"

cloudasset/v1beta1/cloudasset-gen.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1p1beta1/cloudasset-api.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
}
208208
}
209209
},
210-
"revision": "20240608",
210+
"revision": "20240629",
211211
"rootUrl": "https://cloudasset.googleapis.com/",
212212
"schemas": {
213213
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -627,6 +627,7 @@
627627
"properties": {
628628
"etag": {
629629
"description": "Output only. An opaque identifier for the current version of the `AccessPolicy`. This will always be a strongly validated etag, meaning that two Access Policies will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.",
630+
"readOnly": true,
630631
"type": "string"
631632
},
632633
"name": {
@@ -862,7 +863,7 @@
862863
"type": "string"
863864
},
864865
"sources": {
865-
"description": "Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.",
866+
"description": "Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.",
866867
"items": {
867868
"$ref": "GoogleIdentityAccesscontextmanagerV1EgressSource"
868869
},
@@ -891,7 +892,7 @@
891892
"id": "GoogleIdentityAccesscontextmanagerV1EgressSource",
892893
"properties": {
893894
"accessLevel": {
894-
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed.",
895+
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.",
895896
"type": "string"
896897
}
897898
},
@@ -1178,7 +1179,7 @@
11781179
"properties": {
11791180
"vpcSubnetwork": {
11801181
"$ref": "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork",
1181-
"description": "Sub-segment ranges of a VPC network."
1182+
"description": "Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out."
11821183
}
11831184
},
11841185
"type": "object"

cloudasset/v1p1beta1/cloudasset-gen.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1p5beta1/cloudasset-api.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
}
178178
}
179179
},
180-
"revision": "20240608",
180+
"revision": "20240629",
181181
"rootUrl": "https://cloudasset.googleapis.com/",
182182
"schemas": {
183183
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -632,6 +632,7 @@
632632
"properties": {
633633
"etag": {
634634
"description": "Output only. An opaque identifier for the current version of the `AccessPolicy`. This will always be a strongly validated etag, meaning that two Access Policies will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.",
635+
"readOnly": true,
635636
"type": "string"
636637
},
637638
"name": {
@@ -867,7 +868,7 @@
867868
"type": "string"
868869
},
869870
"sources": {
870-
"description": "Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.",
871+
"description": "Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.",
871872
"items": {
872873
"$ref": "GoogleIdentityAccesscontextmanagerV1EgressSource"
873874
},
@@ -896,7 +897,7 @@
896897
"id": "GoogleIdentityAccesscontextmanagerV1EgressSource",
897898
"properties": {
898899
"accessLevel": {
899-
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed.",
900+
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.",
900901
"type": "string"
901902
}
902903
},
@@ -1183,7 +1184,7 @@
11831184
"properties": {
11841185
"vpcSubnetwork": {
11851186
"$ref": "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork",
1186-
"description": "Sub-segment ranges of a VPC network."
1187+
"description": "Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out."
11871188
}
11881189
},
11891190
"type": "object"

0 commit comments

Comments
 (0)