Lists all schema bundles associated with the specified table.
HTTP request
GET https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*/tables/*}/schemaBundles
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent, which owns this collection of schema bundles. Values are of the form Authorization requires the following IAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
pageSize |
The maximum number of schema bundles to return. If the value is positive, the server may return at most this value. If unspecified, the server will return the maximum allowed page size. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to |
view |
Optional. The resource_view to be applied to the returned SchemaBundles' fields. Defaults to NAME_ONLY. |
Request body
The request body must be empty.
Response body
The response for schemaBundles.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"schemaBundles": [
{
object ( |
| Fields | |
|---|---|
schemaBundles[] |
The schema bundles from the specified table. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigtable.adminhttps://www.googleapis.com/auth/bigtable.admin.tablehttps://www.googleapis.com/auth/cloud-bigtable.adminhttps://www.googleapis.com/auth/cloud-bigtable.admin.tablehttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
View
Defines a subset of an SchemaBundle's fields.
| Enums | |
|---|---|
SCHEMA_BUNDLE_VIEW_UNSPECIFIED |
Uses the default view for each method as documented in the request. |
NAME_ONLY |
Only populates name. |
BASIC |
Only populates the SchemaBundle's basic metadata. This includes: name, etag, createTime, updateTime. |
FULL |
Populates every field. |