Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 27, 2024
1 parent 32a5d10 commit f9bf96d
Show file tree
Hide file tree
Showing 34 changed files with 449 additions and 194 deletions.
26 changes: 13 additions & 13 deletions bigtableadmin/v2/bigtableadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@
]
},
"getIamPolicy": {
"description": "Gets the access control policy for a Table or Backup resource. Returns an empty policy if the resource exists but does not have a policy set.",
"description": "Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/clusters/{clustersId}/backups/{backupsId}:getIamPolicy",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.clusters.backups.getIamPolicy",
Expand Down Expand Up @@ -1187,7 +1187,7 @@
]
},
"setIamPolicy": {
"description": "Sets the access control policy on a Table or Backup resource. Replaces any existing policy.",
"description": "Sets the access control policy on a Bigtable resource. Replaces any existing policy.",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/clusters/{clustersId}/backups/{backupsId}:setIamPolicy",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.clusters.backups.setIamPolicy",
Expand Down Expand Up @@ -1219,7 +1219,7 @@
]
},
"testIamPermissions": {
"description": "Returns permissions that the caller has on the specified Table or Backup resource.",
"description": "Returns permissions that the caller has on the specified Bigtable resource.",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/clusters/{clustersId}/backups/{backupsId}:testIamPermissions",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.clusters.backups.testIamPermissions",
Expand Down Expand Up @@ -1524,7 +1524,7 @@
]
},
"getIamPolicy": {
"description": "Gets the access control policy for a Table or Backup resource. Returns an empty policy if the resource exists but does not have a policy set.",
"description": "Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}:getIamPolicy",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.tables.getIamPolicy",
Expand Down Expand Up @@ -1722,7 +1722,7 @@
]
},
"setIamPolicy": {
"description": "Sets the access control policy on a Table or Backup resource. Replaces any existing policy.",
"description": "Sets the access control policy on a Bigtable resource. Replaces any existing policy.",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}:setIamPolicy",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.tables.setIamPolicy",
Expand Down Expand Up @@ -1754,7 +1754,7 @@
]
},
"testIamPermissions": {
"description": "Returns permissions that the caller has on the specified Table or Backup resource.",
"description": "Returns permissions that the caller has on the specified Bigtable resource.",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}:testIamPermissions",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.tables.testIamPermissions",
Expand Down Expand Up @@ -1939,7 +1939,7 @@
]
},
"getIamPolicy": {
"description": "Gets the access control policy for a Table or Backup resource. Returns an empty policy if the resource exists but does not have a policy set.",
"description": "Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/authorizedViews/{authorizedViewsId}:getIamPolicy",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.tables.authorizedViews.getIamPolicy",
Expand Down Expand Up @@ -2071,7 +2071,7 @@
]
},
"setIamPolicy": {
"description": "Sets the access control policy on a Table or Backup resource. Replaces any existing policy.",
"description": "Sets the access control policy on a Bigtable resource. Replaces any existing policy.",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/authorizedViews/{authorizedViewsId}:setIamPolicy",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.tables.authorizedViews.setIamPolicy",
Expand Down Expand Up @@ -2103,7 +2103,7 @@
]
},
"testIamPermissions": {
"description": "Returns permissions that the caller has on the specified Table or Backup resource.",
"description": "Returns permissions that the caller has on the specified Bigtable resource.",
"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/authorizedViews/{authorizedViewsId}:testIamPermissions",
"httpMethod": "POST",
"id": "bigtableadmin.projects.instances.tables.authorizedViews.testIamPermissions",
Expand Down Expand Up @@ -2194,7 +2194,7 @@
}
}
},
"revision": "20240319",
"revision": "20240413",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down Expand Up @@ -2298,7 +2298,7 @@
"type": "object"
},
"AuthorizedView": {
"description": "Placeholder for admin API work while we work out the internals.",
"description": "An Authorized View of a Cloud Bigtable Table.",
"id": "AuthorizedView",
"properties": {
"deletionProtection": {
Expand Down Expand Up @@ -2918,7 +2918,7 @@
"type": "object"
},
"DataBoostIsolationReadOnly": {
"description": "Data Boost is a serverless compute capability that lets you run high-throughput read jobs on your Bigtable data, without impacting the performance of the clusters that handle your application traffic. Currently, Data Boost exclusively supports read-only use-cases with single-cluster routing. Data Boost reads are only guaranteed to see the results of writes that were written at least 30 minutes ago. This means newly written values may not become visible for up to 30m, and also means that old values may remain visible for up to 30m after being deleted or overwritten. To mitigate the staleness of the data, users may either wait 30m, or use CheckConsistency.",
"description": "Data Boost is a serverless compute capability that lets you run high-throughput read jobs and queries on your Bigtable data, without impacting the performance of the clusters that handle your application traffic. Data Boost supports read-only use cases with single-cluster routing.",
"id": "DataBoostIsolationReadOnly",
"properties": {
"computeBillingOwner": {
Expand Down Expand Up @@ -4190,7 +4190,7 @@
"properties": {
"authorizedView": {
"$ref": "AuthorizedView",
"description": "Required. The AuthorizedView to update. The `name` in `authorized_view` is used to identify the AuthorizedView. AuthorizedView name must in this format projects//instances//tables//authorizedViews/"
"description": "Required. The AuthorizedView to update. The `name` in `authorized_view` is used to identify the AuthorizedView. AuthorizedView name must in this format: `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`."
},
"ignoreWarnings": {
"description": "Optional. If true, ignore the safety checks when updating the AuthorizedView.",
Expand Down
38 changes: 17 additions & 21 deletions bigtableadmin/v2/bigtableadmin-gen.go

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

14 changes: 10 additions & 4 deletions container/v1/container-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@
}
}
},
"revision": "20240327",
"revision": "20240409",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -2718,6 +2718,10 @@
"description": "Specifies options for controlling advanced machine features.",
"id": "AdvancedMachineFeatures",
"properties": {
"enableNestedVirtualization": {
"description": "Whether or not to enable nested virtualization (defaults to false).",
"type": "boolean"
},
"threadsPerCore": {
"description": "The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.",
"format": "int64",
Expand Down Expand Up @@ -5108,7 +5112,7 @@
"description": "GatewayAPIConfig contains the desired config of Gateway API on this cluster."
},
"inTransitEncryptionConfig": {
"description": "Specify the details of in-transit encryption.",
"description": "Specify the details of in-transit encryption. Now named inter-node transparent encryption.",
"enum": [
"IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED",
"IN_TRANSIT_ENCRYPTION_DISABLED",
Expand Down Expand Up @@ -6552,12 +6556,14 @@
"enum": [
"MODE_UNSPECIFIED",
"DISABLED",
"BASIC"
"BASIC",
"ENTERPRISE"
],
"enumDescriptions": [
"Default value not specified.",
"Disables Security Posture features on the cluster.",
"Applies Security Posture features on the cluster."
"Applies Security Posture features on the cluster.",
"Applies the Security Posture off cluster Enterprise level features."
],
"type": "string"
},
Expand Down
18 changes: 12 additions & 6 deletions container/v1/container-gen.go

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

Loading

0 comments on commit f9bf96d

Please sign in to comment.