2025-04-16
▼ ▲ bigtableadmin.projects.instances.materializedViews.create
Path : v2/{+parent}/materializedViews
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/materializedViews
HTTP Method : POST
Parameters :
parent
Description : Required. The parent instance where this materialized view will be created. Format: `projects/{project}/instances/{instance}`.
Pattern : ^projects/[^/]+/instances/[^/]+$
Location : path
Required : Yes
Type : string
materializedViewId
Description : Required. The ID to use for the materialized view, which will become the final component of the materialized view's resource name.
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Creates a materialized view within an instance.
▼ ▲ bigtableadmin.projects.instances.materializedViews.get
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/materializedViews/{materializedViewsId}
HTTP Method : GET
Parameters :
name
Description : Required. The unique name of the requested materialized view. Values are of the form `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`.
Pattern : ^projects/[^/]+/instances/[^/]+/materializedViews/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Gets information about a materialized view.
▼ ▲ bigtableadmin.projects.instances.materializedViews.list
Path : v2/{+parent}/materializedViews
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/materializedViews
HTTP Method : GET
Parameters :
parent
Description : Required. The unique name of the instance for which the list of materialized views is requested. Values are of the form `projects/{project}/instances/{instance}`.
Pattern : ^projects/[^/]+/instances/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of materialized views to return. The service may return fewer than this value
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A page token, received from a previous `ListMaterializedViews` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMaterializedViews` must match the call that provided the page token.
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Lists information about materialized views in an instance.
▼ ▲ bigtableadmin.projects.instances.materializedViews.patch
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/materializedViews/{materializedViewsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The unique name of the materialized view. Format: `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`
Pattern : ^projects/[^/]+/instances/[^/]+/materializedViews/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Optional. The list of fields to update.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes :
Description : Updates a materialized view within an instance.
▼ ▲ bigtableadmin.projects.instances.materializedViews.delete
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/materializedViews/{materializedViewsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The unique name of the materialized view to be deleted. Format: `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`.
Pattern : ^projects/[^/]+/instances/[^/]+/materializedViews/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : Optional. The current etag of the materialized view. If an etag is provided and does not match the current etag of the materialized view, deletion will be blocked and an ABORTED error will be returned.
Location : query
Type : string
Parameter Order : name
Scopes :
Description : Deletes a materialized view from an instance.
▼ ▲ bigtableadmin.projects.instances.logicalViews.create
Path : v2/{+parent}/logicalViews
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/logicalViews
HTTP Method : POST
Parameters :
parent
Description : Required. The parent instance where this logical view will be created. Format: `projects/{project}/instances/{instance}`.
Pattern : ^projects/[^/]+/instances/[^/]+$
Location : path
Required : Yes
Type : string
logicalViewId
Description : Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Creates a logical view within an instance.
▼ ▲ bigtableadmin.projects.instances.logicalViews.get
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/logicalViews/{logicalViewsId}
HTTP Method : GET
Parameters :
name
Description : Required. The unique name of the requested logical view. Values are of the form `projects/{project}/instances/{instance}/logicalViews/{logical_view}`.
Pattern : ^projects/[^/]+/instances/[^/]+/logicalViews/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Gets information about a logical view.
▼ ▲ bigtableadmin.projects.instances.logicalViews.list
Path : v2/{+parent}/logicalViews
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/logicalViews
HTTP Method : GET
Parameters :
parent
Description : Required. The unique name of the instance for which the list of logical views is requested. Values are of the form `projects/{project}/instances/{instance}`.
Pattern : ^projects/[^/]+/instances/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of logical views to return. The service may return fewer than this value
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A page token, received from a previous `ListLogicalViews` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListLogicalViews` must match the call that provided the page token.
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Lists information about logical views in an instance.
▼ ▲ bigtableadmin.projects.instances.logicalViews.patch
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/logicalViews/{logicalViewsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The unique name of the logical view. Format: `projects/{project}/instances/{instance}/logicalViews/{logical_view}`
Pattern : ^projects/[^/]+/instances/[^/]+/logicalViews/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Optional. The list of fields to update.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes :
Description : Updates a logical view within an instance.
▼ ▲ bigtableadmin.projects.instances.logicalViews.delete
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/logicalViews/{logicalViewsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The unique name of the logical view to be deleted. Format: `projects/{project}/instances/{instance}/logicalViews/{logical_view}`.
Pattern : ^projects/[^/]+/instances/[^/]+/logicalViews/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : Optional. The current etag of the logical view. If an etag is provided and does not match the current etag of the logical view, deletion will be blocked and an ABORTED error will be returned.
Location : query
Type : string
Parameter Order : name
Scopes :
Description : Deletes a logical view from an instance.
▼ ▲ bigtableadmin.projects.instances.tables.patch
Parameters :
ignoreWarnings
Description : Optional. If true, ignore safety checks when updating the table.
Location : query
Type : boolean
▼ ▲ bigtableadmin.projects.locations.list
Parameters :
extraLocationTypes
Description : Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
Location : query
Repeated : Yes
Type : string