Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2474

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 19 additions & 1 deletion analyticshub/v1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
}
}
},
"revision": "20240219",
"revision": "20240307",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1080,6 +1080,13 @@
"dataset": {
"description": "Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`",
"type": "string"
},
"selectedResources": {
"description": "Optional. Resources in this dataset that are selectively shared. If this field is empty, then the entire dataset (all resources) are shared. This field is only valid for data clean room exchanges.",
"items": {
"$ref": "SelectedResource"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -1677,6 +1684,17 @@
"properties": {},
"type": "object"
},
"SelectedResource": {
"description": "Resource in this dataset that are selectively shared.",
"id": "SelectedResource",
"properties": {
"table": {
"description": "Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:\"projects/test_project/datasets/test_dataset/tables/test_table\"",
"type": "string"
}
},
"type": "object"
},
"SetIamPolicyRequest": {
"description": "Request message for `SetIamPolicy` method.",
"id": "SetIamPolicyRequest",
Expand Down
38 changes: 38 additions & 0 deletions analyticshub/v1/analyticshub-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions assuredworkloads/v1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
}
}
},
"revision": "20231201",
"revision": "20240315",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -695,7 +695,8 @@
"CA_PROTECTED_B",
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT"
"JP_REGIONS_AND_SUPPORT",
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -716,7 +717,8 @@
"Assured Workloads for Canada Protected B regime",
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions"
"Assured Workloads for Japan Regions",
"KSA R5 Controls."
],
"type": "string"
},
Expand Down Expand Up @@ -1172,7 +1174,8 @@
"CA_PROTECTED_B",
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT"
"JP_REGIONS_AND_SUPPORT",
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -1193,7 +1196,8 @@
"Assured Workloads for Canada Protected B regime",
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions"
"Assured Workloads for Japan Regions",
"KSA R5 Controls."
],
"type": "string"
},
Expand Down
4 changes: 4 additions & 0 deletions assuredworkloads/v1/assuredworkloads-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions assuredworkloads/v1beta1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
}
}
},
"revision": "20231201",
"revision": "20240315",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -667,7 +667,8 @@
"CA_PROTECTED_B",
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT"
"JP_REGIONS_AND_SUPPORT",
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -688,7 +689,8 @@
"Assured Workloads for Canada Protected B regime",
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions"
"Assured Workloads for Japan Regions",
"KSA R5 Controls."
],
"type": "string"
},
Expand Down Expand Up @@ -1136,7 +1138,8 @@
"CA_PROTECTED_B",
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT"
"JP_REGIONS_AND_SUPPORT",
"KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS"
],
"enumDescriptions": [
"Unknown compliance regime.",
Expand All @@ -1157,7 +1160,8 @@
"Assured Workloads for Canada Protected B regime",
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions"
"Assured Workloads for Japan Regions",
"KSA R5 Controls."
],
"type": "string"
},
Expand Down
4 changes: 4 additions & 0 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.