You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="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>
<pclass="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>
<pclass="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>
<pclass="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
<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'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`.
99
+
100
+
Args:
101
+
name: string, The name of the operation resource to be cancelled. (required)
102
+
body: object, The request body.
103
+
The object takes the form of:
104
+
105
+
{ # The request message for Operations.CancelOperation.
106
+
}
107
+
108
+
x__xgafv: string, V1 error format.
109
+
Allowed values
110
+
1 - v1 error format
111
+
2 - v2 error format
112
+
113
+
Returns:
114
+
An object of the form:
115
+
116
+
{ # 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); }
<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't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
128
+
129
+
Args:
130
+
name: string, The name of the operation resource to be deleted. (required)
131
+
x__xgafv: string, V1 error format.
132
+
Allowed values
133
+
1 - v1 error format
134
+
2 - v2 error format
135
+
136
+
Returns:
137
+
An object of the form:
138
+
139
+
{ # 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); }
<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.
146
+
147
+
Args:
148
+
name: string, The name of the operation resource. (required)
149
+
x__xgafv: string, V1 error format.
150
+
Allowed values
151
+
1 - v1 error format
152
+
2 - v2 error format
153
+
154
+
Returns:
155
+
An object of the form:
156
+
157
+
{ # This resource represents a long-running operation that is the result of a network API call.
158
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
159
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
160
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
161
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
162
+
{
163
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
164
+
},
165
+
],
166
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
167
+
},
168
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
169
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
170
+
},
171
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
172
+
"response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
173
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
<pre>Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
181
+
182
+
Args:
183
+
name: string, The name of the operation's parent resource. (required)
184
+
filter: string, The standard list filter.
185
+
pageSize: integer, The standard list page size.
186
+
pageToken: string, The standard list page token.
187
+
x__xgafv: string, V1 error format.
188
+
Allowed values
189
+
1 - v1 error format
190
+
2 - v2 error format
191
+
192
+
Returns:
193
+
An object of the form:
194
+
195
+
{ # The response message for Operations.ListOperations.
196
+
"nextPageToken": "A String", # The standard List next-page token.
197
+
"operations": [ # A list of operations that matches the specified filter in the request.
198
+
{ # This resource represents a long-running operation that is the result of a network API call.
199
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
200
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
201
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
202
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
203
+
{
204
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
205
+
},
206
+
],
207
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
208
+
},
209
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
210
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
211
+
},
212
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
213
+
"response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
214
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
Copy file name to clipboardExpand all lines: docs/dyn/beyondcorp_v1alpha.organizations.locations.global_.partnerTenants.html
+4
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ <h3>Method Details</h3>
135
135
},
136
136
"name": "A String", # Output only. Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
137
137
"partnerMetadata": { # Metadata associated with PartnerTenant and is provided by the Partner. # Optional. Metadata provided by the Partner associated with PartnerTenant.
138
+
"internalTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
138
139
"partnerTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
139
140
},
140
141
"updateTime": "A String", # Output only. Timestamp when the resource was last modified.
@@ -229,6 +230,7 @@ <h3>Method Details</h3>
229
230
},
230
231
"name": "A String", # Output only. Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
231
232
"partnerMetadata": { # Metadata associated with PartnerTenant and is provided by the Partner. # Optional. Metadata provided by the Partner associated with PartnerTenant.
233
+
"internalTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
232
234
"partnerTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
233
235
},
234
236
"updateTime": "A String", # Output only. Timestamp when the resource was last modified.
@@ -308,6 +310,7 @@ <h3>Method Details</h3>
308
310
},
309
311
"name": "A String", # Output only. Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
310
312
"partnerMetadata": { # Metadata associated with PartnerTenant and is provided by the Partner. # Optional. Metadata provided by the Partner associated with PartnerTenant.
313
+
"internalTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
311
314
"partnerTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
312
315
},
313
316
"updateTime": "A String", # Output only. Timestamp when the resource was last modified.
@@ -334,6 +337,7 @@ <h3>Method Details</h3>
334
337
},
335
338
"name": "A String", # Output only. Unique resource name of the PartnerTenant. The name is ignored when creating PartnerTenant.
336
339
"partnerMetadata": { # Metadata associated with PartnerTenant and is provided by the Partner. # Optional. Metadata provided by the Partner associated with PartnerTenant.
340
+
"internalTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
337
341
"partnerTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
338
342
},
339
343
"updateTime": "A String", # Output only. Timestamp when the resource was last modified.
Copy file name to clipboardExpand all lines: docs/dyn/beyondcorp_v1alpha.organizations.locations.global_.tenants.html
+2
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ <h3>Method Details</h3>
113
113
"googleGroupId": "A String", # Optional. Google group ID to which the Tenant is enabled.
114
114
"name": "A String", # Output only. Unique resource name of the Tenant. The name is ignored when creating Tenant.
115
115
"partnerMetadata": { # Metadata associated with PartnerTenant and is provided by the Partner. # Optional. Metadata provided by the Partner associated with Tenant.
116
+
"internalTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
116
117
"partnerTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
117
118
},
118
119
"updateTime": "A String", # Output only. Timestamp when the resource was last modified.
@@ -205,6 +206,7 @@ <h3>Method Details</h3>
205
206
"googleGroupId": "A String", # Optional. Google group ID to which the Tenant is enabled.
206
207
"name": "A String", # Output only. Unique resource name of the Tenant. The name is ignored when creating Tenant.
207
208
"partnerMetadata": { # Metadata associated with PartnerTenant and is provided by the Partner. # Optional. Metadata provided by the Partner associated with Tenant.
209
+
"internalTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
208
210
"partnerTenantId": "A String", # Optional. UUID used by the Partner to refer to the PartnerTenant in their internal systems.
209
211
},
210
212
"updateTime": "A String", # Output only. Timestamp when the resource was last modified.
0 commit comments