|
1311 | 1311 | }
|
1312 | 1312 | }
|
1313 | 1313 | },
|
| 1314 | +"materializedViews": { |
| 1315 | +"methods": { |
| 1316 | +"getIamPolicy": { |
| 1317 | +"description": "Gets the access control policy for an instance resource. Returns an empty policy if an instance exists but does not have a policy set.", |
| 1318 | +"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/materializedViews/{materializedViewsId}:getIamPolicy", |
| 1319 | +"httpMethod": "POST", |
| 1320 | +"id": "bigtableadmin.projects.instances.materializedViews.getIamPolicy", |
| 1321 | +"parameterOrder": [ |
| 1322 | +"resource" |
| 1323 | +], |
| 1324 | +"parameters": { |
| 1325 | +"resource": { |
| 1326 | +"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.", |
| 1327 | +"location": "path", |
| 1328 | +"pattern": "^projects/[^/]+/instances/[^/]+/materializedViews/[^/]+$", |
| 1329 | +"required": true, |
| 1330 | +"type": "string" |
| 1331 | +} |
| 1332 | +}, |
| 1333 | +"path": "v2/{+resource}:getIamPolicy", |
| 1334 | +"request": { |
| 1335 | +"$ref": "GetIamPolicyRequest" |
| 1336 | +}, |
| 1337 | +"response": { |
| 1338 | +"$ref": "Policy" |
| 1339 | +}, |
| 1340 | +"scopes": [ |
| 1341 | +"https://www.googleapis.com/auth/bigtable.admin", |
| 1342 | +"https://www.googleapis.com/auth/bigtable.admin.cluster", |
| 1343 | +"https://www.googleapis.com/auth/bigtable.admin.instance", |
| 1344 | +"https://www.googleapis.com/auth/cloud-bigtable.admin", |
| 1345 | +"https://www.googleapis.com/auth/cloud-bigtable.admin.cluster", |
| 1346 | +"https://www.googleapis.com/auth/cloud-platform" |
| 1347 | +] |
| 1348 | +}, |
| 1349 | +"setIamPolicy": { |
| 1350 | +"description": "Sets the access control policy on an instance resource. Replaces any existing policy.", |
| 1351 | +"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/materializedViews/{materializedViewsId}:setIamPolicy", |
| 1352 | +"httpMethod": "POST", |
| 1353 | +"id": "bigtableadmin.projects.instances.materializedViews.setIamPolicy", |
| 1354 | +"parameterOrder": [ |
| 1355 | +"resource" |
| 1356 | +], |
| 1357 | +"parameters": { |
| 1358 | +"resource": { |
| 1359 | +"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.", |
| 1360 | +"location": "path", |
| 1361 | +"pattern": "^projects/[^/]+/instances/[^/]+/materializedViews/[^/]+$", |
| 1362 | +"required": true, |
| 1363 | +"type": "string" |
| 1364 | +} |
| 1365 | +}, |
| 1366 | +"path": "v2/{+resource}:setIamPolicy", |
| 1367 | +"request": { |
| 1368 | +"$ref": "SetIamPolicyRequest" |
| 1369 | +}, |
| 1370 | +"response": { |
| 1371 | +"$ref": "Policy" |
| 1372 | +}, |
| 1373 | +"scopes": [ |
| 1374 | +"https://www.googleapis.com/auth/bigtable.admin", |
| 1375 | +"https://www.googleapis.com/auth/bigtable.admin.cluster", |
| 1376 | +"https://www.googleapis.com/auth/bigtable.admin.instance", |
| 1377 | +"https://www.googleapis.com/auth/cloud-bigtable.admin", |
| 1378 | +"https://www.googleapis.com/auth/cloud-bigtable.admin.cluster", |
| 1379 | +"https://www.googleapis.com/auth/cloud-platform" |
| 1380 | +] |
| 1381 | +}, |
| 1382 | +"testIamPermissions": { |
| 1383 | +"description": "Returns permissions that the caller has on the specified instance resource.", |
| 1384 | +"flatPath": "v2/projects/{projectsId}/instances/{instancesId}/materializedViews/{materializedViewsId}:testIamPermissions", |
| 1385 | +"httpMethod": "POST", |
| 1386 | +"id": "bigtableadmin.projects.instances.materializedViews.testIamPermissions", |
| 1387 | +"parameterOrder": [ |
| 1388 | +"resource" |
| 1389 | +], |
| 1390 | +"parameters": { |
| 1391 | +"resource": { |
| 1392 | +"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.", |
| 1393 | +"location": "path", |
| 1394 | +"pattern": "^projects/[^/]+/instances/[^/]+/materializedViews/[^/]+$", |
| 1395 | +"required": true, |
| 1396 | +"type": "string" |
| 1397 | +} |
| 1398 | +}, |
| 1399 | +"path": "v2/{+resource}:testIamPermissions", |
| 1400 | +"request": { |
| 1401 | +"$ref": "TestIamPermissionsRequest" |
| 1402 | +}, |
| 1403 | +"response": { |
| 1404 | +"$ref": "TestIamPermissionsResponse" |
| 1405 | +}, |
| 1406 | +"scopes": [ |
| 1407 | +"https://www.googleapis.com/auth/bigtable.admin", |
| 1408 | +"https://www.googleapis.com/auth/bigtable.admin.cluster", |
| 1409 | +"https://www.googleapis.com/auth/bigtable.admin.instance", |
| 1410 | +"https://www.googleapis.com/auth/cloud-bigtable.admin", |
| 1411 | +"https://www.googleapis.com/auth/cloud-bigtable.admin.cluster", |
| 1412 | +"https://www.googleapis.com/auth/cloud-platform" |
| 1413 | +] |
| 1414 | +} |
| 1415 | +} |
| 1416 | +}, |
1314 | 1417 | "tables": {
|
1315 | 1418 | "methods": {
|
1316 | 1419 | "checkConsistency": {
|
|
2194 | 2297 | }
|
2195 | 2298 | }
|
2196 | 2299 | },
|
2197 |
| -"revision": "20250131", |
| 2300 | +"revision": "20250224", |
2198 | 2301 | "rootUrl": "https://bigtableadmin.googleapis.com/",
|
2199 | 2302 | "schemas": {
|
2200 | 2303 | "AppProfile": {
|
|
0 commit comments