Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ea4a06

Browse files
committedJan 8, 2024
feat(bigtableadmin): update the api
#### bigtableadmin:v2 The following keys were deleted: - resources.operations.methods.cancel (Total Keys: 11) - resources.operations.methods.delete (Total Keys: 11) - resources.projects.resources.locations.methods.get (Total Keys: 11)
1 parent a89b34f commit 0ea4a06

6 files changed

+11
-174
lines changed
 

‎docs/dyn/bigtableadmin_v2.operations.html

-42
Original file line numberDiff line numberDiff line change
@@ -79,60 +79,18 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the projects Resource.</p>
8181

82-
<p class="toc_element">
83-
<code><a href="#cancel">cancel(name, x__xgafv=None)</a></code></p>
84-
<p class="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.</p>
8582
<p class="toc_element">
8683
<code><a href="#close">close()</a></code></p>
8784
<p class="firstline">Close httplib2 connections.</p>
88-
<p class="toc_element">
89-
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
90-
<p class="firstline">Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.</p>
9185
<p class="toc_element">
9286
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9387
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
9488
<h3>Method Details</h3>
95-
<div class="method">
96-
<code class="details" id="cancel">cancel(name, x__xgafv=None)</code>
97-
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
98-
99-
Args:
100-
name: string, The name of the operation resource to be cancelled. (required)
101-
x__xgafv: string, V1 error format.
102-
Allowed values
103-
1 - v1 error format
104-
2 - v2 error format
105-
106-
Returns:
107-
An object of the form:
108-
109-
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
110-
}</pre>
111-
</div>
112-
11389
<div class="method">
11490
<code class="details" id="close">close()</code>
11591
<pre>Close httplib2 connections.</pre>
11692
</div>
11793

118-
<div class="method">
119-
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
120-
<pre>Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
121-
122-
Args:
123-
name: string, The name of the operation resource to be deleted. (required)
124-
x__xgafv: string, V1 error format.
125-
Allowed values
126-
1 - v1 error format
127-
2 - v2 error format
128-
129-
Returns:
130-
An object of the form:
131-
132-
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
133-
}</pre>
134-
</div>
135-
13694
<div class="method">
13795
<code class="details" id="get">get(name, x__xgafv=None)</code>
13896
<pre>Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

‎docs/dyn/bigtableadmin_v2.projects.instances.clusters.backups.html

+3-3
Large diffs are not rendered by default.

‎docs/dyn/bigtableadmin_v2.projects.instances.html

+3-3
Large diffs are not rendered by default.

‎docs/dyn/bigtableadmin_v2.projects.instances.tables.html

+3-3
Large diffs are not rendered by default.

‎docs/dyn/bigtableadmin_v2.projects.locations.html

-30
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ <h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
80-
<p class="toc_element">
81-
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Gets information about a location.</p>
8380
<p class="toc_element">
8481
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8582
<p class="firstline">Lists information about the supported locations for this service.</p>
@@ -92,33 +89,6 @@ <h3>Method Details</h3>
9289
<pre>Close httplib2 connections.</pre>
9390
</div>
9491

95-
<div class="method">
96-
<code class="details" id="get">get(name, x__xgafv=None)</code>
97-
<pre>Gets information about a location.
98-
99-
Args:
100-
name: string, Resource name for the location. (required)
101-
x__xgafv: string, V1 error format.
102-
Allowed values
103-
1 - v1 error format
104-
2 - v2 error format
105-
106-
Returns:
107-
An object of the form:
108-
109-
{ # A resource that represents a Google Cloud location.
110-
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
111-
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
112-
&quot;a_key&quot;: &quot;A String&quot;,
113-
},
114-
&quot;locationId&quot;: &quot;A String&quot;, # The canonical id for this location. For example: `&quot;us-east1&quot;`.
115-
&quot;metadata&quot;: { # Service-specific metadata. For example the available capacity at the given location.
116-
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
117-
},
118-
&quot;name&quot;: &quot;A String&quot;, # Resource name for the location, which may vary between implementations. For example: `&quot;projects/example-project/locations/us-east1&quot;`
119-
}</pre>
120-
</div>
121-
12292
<div class="method">
12393
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
12494
<pre>Lists information about the supported locations for this service.

‎googleapiclient/discovery_cache/documents/bigtableadmin.v2.json

+2-93
Original file line numberDiff line numberDiff line change
@@ -131,66 +131,6 @@
131131
"resources": {
132132
"operations": {
133133
"methods": {
134-
"cancel": {
135-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
136-
"flatPath": "v2/operations/{operationsId}:cancel",
137-
"httpMethod": "POST",
138-
"id": "bigtableadmin.operations.cancel",
139-
"parameterOrder": [
140-
"name"
141-
],
142-
"parameters": {
143-
"name": {
144-
"description": "The name of the operation resource to be cancelled.",
145-
"location": "path",
146-
"pattern": "^operations/.*$",
147-
"required": true,
148-
"type": "string"
149-
}
150-
},
151-
"path": "v2/{+name}:cancel",
152-
"response": {
153-
"$ref": "Empty"
154-
},
155-
"scopes": [
156-
"https://www.googleapis.com/auth/bigtable.admin",
157-
"https://www.googleapis.com/auth/bigtable.admin.cluster",
158-
"https://www.googleapis.com/auth/bigtable.admin.instance",
159-
"https://www.googleapis.com/auth/cloud-bigtable.admin",
160-
"https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",
161-
"https://www.googleapis.com/auth/cloud-platform"
162-
]
163-
},
164-
"delete": {
165-
"description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
166-
"flatPath": "v2/operations/{operationsId}",
167-
"httpMethod": "DELETE",
168-
"id": "bigtableadmin.operations.delete",
169-
"parameterOrder": [
170-
"name"
171-
],
172-
"parameters": {
173-
"name": {
174-
"description": "The name of the operation resource to be deleted.",
175-
"location": "path",
176-
"pattern": "^operations/.*$",
177-
"required": true,
178-
"type": "string"
179-
}
180-
},
181-
"path": "v2/{+name}",
182-
"response": {
183-
"$ref": "Empty"
184-
},
185-
"scopes": [
186-
"https://www.googleapis.com/auth/bigtable.admin",
187-
"https://www.googleapis.com/auth/bigtable.admin.cluster",
188-
"https://www.googleapis.com/auth/bigtable.admin.instance",
189-
"https://www.googleapis.com/auth/cloud-bigtable.admin",
190-
"https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",
191-
"https://www.googleapis.com/auth/cloud-platform"
192-
]
193-
},
194134
"get": {
195135
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
196136
"flatPath": "v2/operations/{operationsId}",
@@ -1883,37 +1823,6 @@
18831823
},
18841824
"locations": {
18851825
"methods": {
1886-
"get": {
1887-
"description": "Gets information about a location.",
1888-
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}",
1889-
"httpMethod": "GET",
1890-
"id": "bigtableadmin.projects.locations.get",
1891-
"parameterOrder": [
1892-
"name"
1893-
],
1894-
"parameters": {
1895-
"name": {
1896-
"description": "Resource name for the location.",
1897-
"location": "path",
1898-
"pattern": "^projects/[^/]+/locations/[^/]+$",
1899-
"required": true,
1900-
"type": "string"
1901-
}
1902-
},
1903-
"path": "v2/{+name}",
1904-
"response": {
1905-
"$ref": "Location"
1906-
},
1907-
"scopes": [
1908-
"https://www.googleapis.com/auth/bigtable.admin",
1909-
"https://www.googleapis.com/auth/bigtable.admin.cluster",
1910-
"https://www.googleapis.com/auth/bigtable.admin.instance",
1911-
"https://www.googleapis.com/auth/cloud-bigtable.admin",
1912-
"https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",
1913-
"https://www.googleapis.com/auth/cloud-platform",
1914-
"https://www.googleapis.com/auth/cloud-platform.read-only"
1915-
]
1916-
},
19171826
"list": {
19181827
"description": "Lists information about the supported locations for this service.",
19191828
"flatPath": "v2/projects/{projectsId}/locations",
@@ -1966,7 +1875,7 @@
19661875
}
19671876
}
19681877
},
1969-
"revision": "20231208",
1878+
"revision": "20231212",
19701879
"rootUrl": "https://bigtableadmin.googleapis.com/",
19711880
"schemas": {
19721881
"AppProfile": {
@@ -2205,7 +2114,7 @@
22052114
"description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
22062115
},
22072116
"members": {
2208-
"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.",
2117+
"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
22092118
"items": {
22102119
"type": "string"
22112120
},

0 commit comments

Comments
 (0)
Please sign in to comment.