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 25812a9

Browse files
committedMar 4, 2025
feat(bigtableadmin): update the api
#### bigtableadmin:v2 The following keys were added: - resources.projects.resources.instances.resources.materializedViews.methods.getIamPolicy (Total Keys: 12) - resources.projects.resources.instances.resources.materializedViews.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.instances.resources.materializedViews.methods.testIamPermissions (Total Keys: 12)
1 parent 57fd285 commit 25812a9

File tree

3 files changed

+375
-1
lines changed

3 files changed

+375
-1
lines changed
 

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

+5
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ <h2>Instance Methods</h2>
8484
</p>
8585
<p class="firstline">Returns the clusters Resource.</p>
8686

87+
<p class="toc_element">
88+
<code><a href="bigtableadmin_v2.projects.instances.materializedViews.html">materializedViews()</a></code>
89+
</p>
90+
<p class="firstline">Returns the materializedViews Resource.</p>
91+
8792
<p class="toc_element">
8893
<code><a href="bigtableadmin_v2.projects.instances.tables.html">tables()</a></code>
8994
</p>

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

+266
Large diffs are not rendered by default.

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

+104-1
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,109 @@
13111311
}
13121312
}
13131313
},
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+
},
13141417
"tables": {
13151418
"methods": {
13161419
"checkConsistency": {
@@ -2194,7 +2297,7 @@
21942297
}
21952298
}
21962299
},
2197-
"revision": "20250131",
2300+
"revision": "20250224",
21982301
"rootUrl": "https://bigtableadmin.googleapis.com/",
21992302
"schemas": {
22002303
"AppProfile": {

0 commit comments

Comments
 (0)
Please sign in to comment.