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">Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.</p>
<pclass="firstline">Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.</p>
<pre>Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
<pre>Lists information about the supported locations for this service.
165
165
166
166
Args:
167
167
name: string, The resource that owns the locations collection, if applicable. (required)
168
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
168
169
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
169
170
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
170
171
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
<pclass="firstline">Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.</p>
name: string, Required. The resource name of the BrowserDlpRule using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}/browserDlpRules/{browser_dlp_rule_id}` (required)
107
-
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
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
-
{ # This resource represents a long-running operation that is the result of a network API call.
117
-
"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.
118
-
"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.
119
-
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
120
-
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
121
-
{
122
-
"a_key": "", # Properties of the object. Contains field @type with type URL.
123
-
},
124
-
],
125
-
"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.
126
-
},
127
-
"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.
128
-
"a_key": "", # Properties of the object. Contains field @type with type URL.
129
-
},
130
-
"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}`.
131
-
"response": { # The normal, successful response of the operation. 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`.
132
-
"a_key": "", # Properties of the object. Contains field @type with type URL.
name: string, Required. The resource name of the BrowserDlpRule using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}/browserDlpRules/{browser_dlp_rule_id}` (required)
143
-
x__xgafv: string, V1 error format.
144
-
Allowed values
145
-
1 - v1 error format
146
-
2 - v2 error format
147
-
148
-
Returns:
149
-
An object of the form:
150
-
151
-
{ # Browser DLP Rule for a PartnerTenant
152
-
"group": { # Message to capture group information # Required. The group to which this Rule should be applied to.
153
-
"email": "A String", # The group email id
154
-
"id": "A String", # Google group id
155
-
},
156
-
"name": "A String", # Output only. Unique resource name. The name is ignored when creating BrowserDlpRule.
157
-
"ruleSetting": { # Message to capture settings for a BrowserDlpRule # Required. The policy settings to apply.
158
-
"type": "A String", # Required. Immutable. The type of the Setting. .
159
-
"value": { # Required. The value of the Setting.
160
-
"a_key": "", # Properties of the object.
<pre>Lists BrowserDlpRules for PartnerTenant in a given organization.
169
-
170
-
Args:
171
-
parent: string, Required. The parent partnerTenant to which the BrowserDlpRules belong. Format: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}` (required)
172
-
x__xgafv: string, V1 error format.
173
-
Allowed values
174
-
1 - v1 error format
175
-
2 - v2 error format
176
-
177
-
Returns:
178
-
An object of the form:
179
-
180
-
{ # Message for response to listing BrowserDlpRules.
181
-
"browserDlpRules": [ # The list of BrowserDlpRule objects.
182
-
{ # Browser DLP Rule for a PartnerTenant
183
-
"group": { # Message to capture group information # Required. The group to which this Rule should be applied to.
184
-
"email": "A String", # The group email id
185
-
"id": "A String", # Google group id
186
-
},
187
-
"name": "A String", # Output only. Unique resource name. The name is ignored when creating BrowserDlpRule.
188
-
"ruleSetting": { # Message to capture settings for a BrowserDlpRule # Required. The policy settings to apply.
189
-
"type": "A String", # Required. Immutable. The type of the Setting. .
190
-
"value": { # Required. The value of the Setting.
191
-
"a_key": "", # Properties of the object.
<pre>Update an existing BrowserDlpRule in a given organization and PartnerTenant.
202
-
203
-
Args:
204
-
name: string, Output only. Unique resource name. The name is ignored when creating BrowserDlpRule. (required)
205
-
body: object, The request body.
206
-
The object takes the form of:
207
-
208
-
{ # Browser DLP Rule for a PartnerTenant
209
-
"group": { # Message to capture group information # Required. The group to which this Rule should be applied to.
210
-
"email": "A String", # The group email id
211
-
"id": "A String", # Google group id
212
-
},
213
-
"name": "A String", # Output only. Unique resource name. The name is ignored when creating BrowserDlpRule.
214
-
"ruleSetting": { # Message to capture settings for a BrowserDlpRule # Required. The policy settings to apply.
215
-
"type": "A String", # Required. Immutable. The type of the Setting. .
216
-
"value": { # Required. The value of the Setting.
217
-
"a_key": "", # Properties of the object.
218
-
},
219
-
},
220
-
}
221
-
222
-
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
{ # This resource represents a long-running operation that is the result of a network API call.
233
-
"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.
234
-
"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.
235
-
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
236
-
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
237
-
{
238
-
"a_key": "", # Properties of the object. Contains field @type with type URL.
239
-
},
240
-
],
241
-
"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.
242
-
},
243
-
"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.
244
-
"a_key": "", # Properties of the object. Contains field @type with type URL.
245
-
},
246
-
"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}`.
247
-
"response": { # The normal, successful response of the operation. 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`.
248
-
"a_key": "", # Properties of the object. Contains field @type with type URL.
<pre>Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
<pclass="firstline">Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.</p>
<pclass="firstline">Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.</p>
<pre>Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
<pre>Lists information about the supported locations for this service.
190
190
191
191
Args:
192
192
name: string, The resource that owns the locations collection, if applicable. (required)
193
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
193
194
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
194
195
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
195
196
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/beyondcorp.v1.json
+7-51
Original file line number
Diff line number
Diff line change
@@ -376,6 +376,12 @@
376
376
"name"
377
377
],
378
378
"parameters": {
379
+
"extraLocationTypes": {
380
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
381
+
"location": "query",
382
+
"repeated": true,
383
+
"type": "string"
384
+
},
379
385
"filter": {
380
386
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
381
387
"location": "query",
@@ -1287,44 +1293,6 @@
1287
1293
"https://www.googleapis.com/auth/cloud-platform"
1288
1294
]
1289
1295
},
1290
-
"shouldThrottle": {
1291
-
"deprecated": true,
1292
-
"description": "Calls the Bouncer method ShouldThrottle to check if a request should be throttled.",
"description": "Optional. The port that is being throttled",
1309
-
"format": "int32",
1310
-
"location": "query",
1311
-
"type": "integer"
1312
-
},
1313
-
"requestedAmount": {
1314
-
"description": "Optional. The current throughput through the port (mbps)",
1315
-
"format": "int64",
1316
-
"location": "query",
1317
-
"type": "string"
1318
-
}
1319
-
},
1320
-
"path": "v1/{+name}:shouldThrottle",
1321
-
"response": {
1322
-
"$ref": "ShouldThrottleResponse"
1323
-
},
1324
-
"scopes": [
1325
-
"https://www.googleapis.com/auth/cloud-platform"
1326
-
]
1327
-
},
1328
1296
"testIamPermissions": {
1329
1297
"description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
0 commit comments