|
172 | 172 | "https://www.googleapis.com/auth/bigquery", |
173 | 173 | "https://www.googleapis.com/auth/cloud-platform" |
174 | 174 | ] |
| 175 | + }, |
| 176 | + "testIamPermissions": { |
| 177 | + "description": "Tests the IAM permissions for the specified catalog.", |
| 178 | + "flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}:testIamPermissions", |
| 179 | + "httpMethod": "POST", |
| 180 | + "id": "biglake.projects.catalogs.testIamPermissions", |
| 181 | + "parameterOrder": [ |
| 182 | + "resource" |
| 183 | + ], |
| 184 | + "parameters": { |
| 185 | + "resource": { |
| 186 | + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
| 187 | + "location": "path", |
| 188 | + "pattern": "^projects/[^/]+/catalogs/[^/]+$", |
| 189 | + "required": true, |
| 190 | + "type": "string" |
| 191 | + } |
| 192 | + }, |
| 193 | + "path": "v1/{+resource}:testIamPermissions", |
| 194 | + "request": { |
| 195 | + "$ref": "TestIamPermissionsRequest" |
| 196 | + }, |
| 197 | + "response": { |
| 198 | + "$ref": "TestIamPermissionsResponse" |
| 199 | + }, |
| 200 | + "scopes": [ |
| 201 | + "https://www.googleapis.com/auth/bigquery", |
| 202 | + "https://www.googleapis.com/auth/cloud-platform" |
| 203 | + ] |
175 | 204 | } |
176 | 205 | }, |
177 | 206 | "resources": { |
|
237 | 266 | "https://www.googleapis.com/auth/bigquery", |
238 | 267 | "https://www.googleapis.com/auth/cloud-platform" |
239 | 268 | ] |
| 269 | + }, |
| 270 | + "testIamPermissions": { |
| 271 | + "description": "Tests the IAM permissions for the specified namespace.", |
| 272 | + "flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}:testIamPermissions", |
| 273 | + "httpMethod": "POST", |
| 274 | + "id": "biglake.projects.catalogs.namespaces.testIamPermissions", |
| 275 | + "parameterOrder": [ |
| 276 | + "resource" |
| 277 | + ], |
| 278 | + "parameters": { |
| 279 | + "resource": { |
| 280 | + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
| 281 | + "location": "path", |
| 282 | + "pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+$", |
| 283 | + "required": true, |
| 284 | + "type": "string" |
| 285 | + } |
| 286 | + }, |
| 287 | + "path": "v1/{+resource}:testIamPermissions", |
| 288 | + "request": { |
| 289 | + "$ref": "TestIamPermissionsRequest" |
| 290 | + }, |
| 291 | + "response": { |
| 292 | + "$ref": "TestIamPermissionsResponse" |
| 293 | + }, |
| 294 | + "scopes": [ |
| 295 | + "https://www.googleapis.com/auth/bigquery", |
| 296 | + "https://www.googleapis.com/auth/cloud-platform" |
| 297 | + ] |
| 298 | + } |
| 299 | + }, |
| 300 | + "resources": { |
| 301 | + "tables": { |
| 302 | + "methods": { |
| 303 | + "getIamPolicy": { |
| 304 | + "description": "Gets the IAM policy for the specified Catalog.", |
| 305 | + "flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}/tables/{tablesId}:getIamPolicy", |
| 306 | + "httpMethod": "GET", |
| 307 | + "id": "biglake.projects.catalogs.namespaces.tables.getIamPolicy", |
| 308 | + "parameterOrder": [ |
| 309 | + "resource" |
| 310 | + ], |
| 311 | + "parameters": { |
| 312 | + "options.requestedPolicyVersion": { |
| 313 | + "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).", |
| 314 | + "format": "int32", |
| 315 | + "location": "query", |
| 316 | + "type": "integer" |
| 317 | + }, |
| 318 | + "resource": { |
| 319 | + "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
| 320 | + "location": "path", |
| 321 | + "pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+/tables/[^/]+$", |
| 322 | + "required": true, |
| 323 | + "type": "string" |
| 324 | + } |
| 325 | + }, |
| 326 | + "path": "v1/{+resource}:getIamPolicy", |
| 327 | + "response": { |
| 328 | + "$ref": "Policy" |
| 329 | + }, |
| 330 | + "scopes": [ |
| 331 | + "https://www.googleapis.com/auth/bigquery", |
| 332 | + "https://www.googleapis.com/auth/cloud-platform" |
| 333 | + ] |
| 334 | + }, |
| 335 | + "setIamPolicy": { |
| 336 | + "description": "Sets the IAM policy for the specified catalog.", |
| 337 | + "flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}/tables/{tablesId}:setIamPolicy", |
| 338 | + "httpMethod": "POST", |
| 339 | + "id": "biglake.projects.catalogs.namespaces.tables.setIamPolicy", |
| 340 | + "parameterOrder": [ |
| 341 | + "resource" |
| 342 | + ], |
| 343 | + "parameters": { |
| 344 | + "resource": { |
| 345 | + "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
| 346 | + "location": "path", |
| 347 | + "pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+/tables/[^/]+$", |
| 348 | + "required": true, |
| 349 | + "type": "string" |
| 350 | + } |
| 351 | + }, |
| 352 | + "path": "v1/{+resource}:setIamPolicy", |
| 353 | + "request": { |
| 354 | + "$ref": "SetIamPolicyRequest" |
| 355 | + }, |
| 356 | + "response": { |
| 357 | + "$ref": "Policy" |
| 358 | + }, |
| 359 | + "scopes": [ |
| 360 | + "https://www.googleapis.com/auth/bigquery", |
| 361 | + "https://www.googleapis.com/auth/cloud-platform" |
| 362 | + ] |
| 363 | + }, |
| 364 | + "testIamPermissions": { |
| 365 | + "description": "Tests the IAM permissions for the specified table.", |
| 366 | + "flatPath": "v1/projects/{projectsId}/catalogs/{catalogsId}/namespaces/{namespacesId}/tables/{tablesId}:testIamPermissions", |
| 367 | + "httpMethod": "POST", |
| 368 | + "id": "biglake.projects.catalogs.namespaces.tables.testIamPermissions", |
| 369 | + "parameterOrder": [ |
| 370 | + "resource" |
| 371 | + ], |
| 372 | + "parameters": { |
| 373 | + "resource": { |
| 374 | + "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
| 375 | + "location": "path", |
| 376 | + "pattern": "^projects/[^/]+/catalogs/[^/]+/namespaces/[^/]+/tables/[^/]+$", |
| 377 | + "required": true, |
| 378 | + "type": "string" |
| 379 | + } |
| 380 | + }, |
| 381 | + "path": "v1/{+resource}:testIamPermissions", |
| 382 | + "request": { |
| 383 | + "$ref": "TestIamPermissionsRequest" |
| 384 | + }, |
| 385 | + "response": { |
| 386 | + "$ref": "TestIamPermissionsResponse" |
| 387 | + }, |
| 388 | + "scopes": [ |
| 389 | + "https://www.googleapis.com/auth/bigquery", |
| 390 | + "https://www.googleapis.com/auth/cloud-platform" |
| 391 | + ] |
| 392 | + } |
| 393 | + } |
240 | 394 | } |
241 | 395 | } |
242 | 396 | } |
|
748 | 902 | } |
749 | 903 | } |
750 | 904 | }, |
751 | | - "revision": "20251027", |
| 905 | + "revision": "20260209", |
752 | 906 | "rootUrl": "https://biglake.googleapis.com/", |
753 | 907 | "schemas": { |
754 | 908 | "AuditConfig": { |
|
1173 | 1327 | } |
1174 | 1328 | }, |
1175 | 1329 | "type": "object" |
| 1330 | + }, |
| 1331 | + "TestIamPermissionsRequest": { |
| 1332 | + "description": "Request message for `TestIamPermissions` method.", |
| 1333 | + "id": "TestIamPermissionsRequest", |
| 1334 | + "properties": { |
| 1335 | + "permissions": { |
| 1336 | + "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).", |
| 1337 | + "items": { |
| 1338 | + "type": "string" |
| 1339 | + }, |
| 1340 | + "type": "array" |
| 1341 | + } |
| 1342 | + }, |
| 1343 | + "type": "object" |
| 1344 | + }, |
| 1345 | + "TestIamPermissionsResponse": { |
| 1346 | + "description": "Response message for `TestIamPermissions` method.", |
| 1347 | + "id": "TestIamPermissionsResponse", |
| 1348 | + "properties": { |
| 1349 | + "permissions": { |
| 1350 | + "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.", |
| 1351 | + "items": { |
| 1352 | + "type": "string" |
| 1353 | + }, |
| 1354 | + "type": "array" |
| 1355 | + } |
| 1356 | + }, |
| 1357 | + "type": "object" |
1176 | 1358 | } |
1177 | 1359 | }, |
1178 | 1360 | "servicePath": "", |
|
0 commit comments