Skip to content

Commit 4d35833

Browse files
committed
revert cloudasset changes
1 parent 42a9ddf commit 4d35833

5 files changed

+20
-25
lines changed

Diff for: discoveries/cloudasset.v1.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20240629",
1098+
"revision": "20240614",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -2600,7 +2600,6 @@
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,
26042603
"type": "string"
26052604
},
26062605
"name": {
@@ -2836,7 +2835,7 @@
28362835
"type": "string"
28372836
},
28382837
"sources": {
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.",
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`.",
28402839
"items": {
28412840
"$ref": "GoogleIdentityAccesscontextmanagerV1EgressSource"
28422841
},
@@ -2865,7 +2864,7 @@
28652864
"id": "GoogleIdentityAccesscontextmanagerV1EgressSource",
28662865
"properties": {
28672866
"accessLevel": {
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.",
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.",
28692868
"type": "string"
28702869
}
28712870
},
@@ -3152,7 +3151,7 @@
31523151
"properties": {
31533152
"vpcSubnetwork": {
31543153
"$ref": "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork",
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."
3154+
"description": "Sub-segment ranges of a VPC network."
31563155
}
31573156
},
31583157
"type": "object"

Diff for: discoveries/cloudasset.v1beta1.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
}
412412
}
413413
},
414-
"revision": "20240629",
414+
"revision": "20240608",
415415
"rootUrl": "https://cloudasset.googleapis.com/",
416416
"schemas": {
417417
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -925,7 +925,6 @@
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,
929928
"type": "string"
930929
},
931930
"name": {
@@ -1161,7 +1160,7 @@
11611160
"type": "string"
11621161
},
11631162
"sources": {
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.",
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`.",
11651164
"items": {
11661165
"$ref": "GoogleIdentityAccesscontextmanagerV1EgressSource"
11671166
},
@@ -1190,7 +1189,7 @@
11901189
"id": "GoogleIdentityAccesscontextmanagerV1EgressSource",
11911190
"properties": {
11921191
"accessLevel": {
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.",
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.",
11941193
"type": "string"
11951194
}
11961195
},
@@ -1477,7 +1476,7 @@
14771476
"properties": {
14781477
"vpcSubnetwork": {
14791478
"$ref": "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork",
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."
1479+
"description": "Sub-segment ranges of a VPC network."
14811480
}
14821481
},
14831482
"type": "object"

Diff for: discoveries/cloudasset.v1p1beta1.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
}
208208
}
209209
},
210-
"revision": "20240629",
210+
"revision": "20240608",
211211
"rootUrl": "https://cloudasset.googleapis.com/",
212212
"schemas": {
213213
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -627,7 +627,6 @@
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,
631630
"type": "string"
632631
},
633632
"name": {
@@ -863,7 +862,7 @@
863862
"type": "string"
864863
},
865864
"sources": {
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.",
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`.",
867866
"items": {
868867
"$ref": "GoogleIdentityAccesscontextmanagerV1EgressSource"
869868
},
@@ -892,7 +891,7 @@
892891
"id": "GoogleIdentityAccesscontextmanagerV1EgressSource",
893892
"properties": {
894893
"accessLevel": {
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.",
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.",
896895
"type": "string"
897896
}
898897
},
@@ -1179,7 +1178,7 @@
11791178
"properties": {
11801179
"vpcSubnetwork": {
11811180
"$ref": "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork",
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."
1181+
"description": "Sub-segment ranges of a VPC network."
11831182
}
11841183
},
11851184
"type": "object"

Diff for: discoveries/cloudasset.v1p5beta1.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
}
178178
}
179179
},
180-
"revision": "20240629",
180+
"revision": "20240608",
181181
"rootUrl": "https://cloudasset.googleapis.com/",
182182
"schemas": {
183183
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -632,7 +632,6 @@
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,
636635
"type": "string"
637636
},
638637
"name": {
@@ -868,7 +867,7 @@
868867
"type": "string"
869868
},
870869
"sources": {
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.",
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`.",
872871
"items": {
873872
"$ref": "GoogleIdentityAccesscontextmanagerV1EgressSource"
874873
},
@@ -897,7 +896,7 @@
897896
"id": "GoogleIdentityAccesscontextmanagerV1EgressSource",
898897
"properties": {
899898
"accessLevel": {
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.",
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.",
901900
"type": "string"
902901
}
903902
},
@@ -1184,7 +1183,7 @@
11841183
"properties": {
11851184
"vpcSubnetwork": {
11861185
"$ref": "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork",
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."
1186+
"description": "Sub-segment ranges of a VPC network."
11881187
}
11891188
},
11901189
"type": "object"

Diff for: discoveries/cloudasset.v1p7beta1.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
}
168168
}
169169
},
170-
"revision": "20240629",
170+
"revision": "20240608",
171171
"rootUrl": "https://cloudasset.googleapis.com/",
172172
"schemas": {
173173
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -701,7 +701,6 @@
701701
"properties": {
702702
"etag": {
703703
"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.",
704-
"readOnly": true,
705704
"type": "string"
706705
},
707706
"name": {
@@ -937,7 +936,7 @@
937936
"type": "string"
938937
},
939938
"sources": {
940-
"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.",
939+
"description": "Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.",
941940
"items": {
942941
"$ref": "GoogleIdentityAccesscontextmanagerV1EgressSource"
943942
},
@@ -966,7 +965,7 @@
966965
"id": "GoogleIdentityAccesscontextmanagerV1EgressSource",
967966
"properties": {
968967
"accessLevel": {
969-
"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.",
968+
"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.",
970969
"type": "string"
971970
}
972971
},
@@ -1253,7 +1252,7 @@
12531252
"properties": {
12541253
"vpcSubnetwork": {
12551254
"$ref": "GoogleIdentityAccesscontextmanagerV1VpcSubNetwork",
1256-
"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."
1255+
"description": "Sub-segment ranges of a VPC network."
12571256
}
12581257
},
12591258
"type": "object"

0 commit comments

Comments
 (0)