Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 16, 2024
1 parent b300fd0 commit a4064ba
Show file tree
Hide file tree
Showing 36 changed files with 2,853 additions and 759 deletions.
20 changes: 19 additions & 1 deletion analyticshub/v1/analyticshub-api.json
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
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
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.

0 comments on commit a4064ba

Please sign in to comment.