Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BigtableAdmin

import { BigtableAdmin } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Administer your Cloud Bigtable tables and instances.

class BigtableAdmin {
constructor(client?: CredentialsClient, baseUrl?: string);
async operationsGet(name: string): Promise<Operation>;
async operationsProjectsOperationsList(name: string, opts?: OperationsProjectsOperationsListOptions): Promise<ListOperationsResponse>;
async projectsInstancesAppProfilesCreate(
parent: string,
): Promise<AppProfile>;
async projectsInstancesAppProfilesDelete(name: string, opts?: ProjectsInstancesAppProfilesDeleteOptions): Promise<Empty>;
async projectsInstancesAppProfilesGet(name: string): Promise<AppProfile>;
async projectsInstancesAppProfilesList(parent: string, opts?: ProjectsInstancesAppProfilesListOptions): Promise<ListAppProfilesResponse>;
async projectsInstancesAppProfilesPatch(
name: string,
): Promise<Operation>;
async projectsInstancesClustersBackupsCopy(parent: string, req: CopyBackupRequest): Promise<Operation>;
async projectsInstancesClustersBackupsCreate(
parent: string,
req: Backup,
): Promise<Operation>;
async projectsInstancesClustersBackupsDelete(name: string): Promise<Empty>;
async projectsInstancesClustersBackupsGet(name: string): Promise<Backup>;
async projectsInstancesClustersBackupsGetIamPolicy(resource: string, req: GetIamPolicyRequest): Promise<Policy>;
async projectsInstancesClustersBackupsList(parent: string, opts?: ProjectsInstancesClustersBackupsListOptions): Promise<ListBackupsResponse>;
async projectsInstancesClustersBackupsPatch(
name: string,
req: Backup,
): Promise<Backup>;
async projectsInstancesClustersBackupsSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>;
async projectsInstancesClustersBackupsTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>;
async projectsInstancesClustersCreate(
parent: string,
req: Cluster,
): Promise<Operation>;
async projectsInstancesClustersDelete(name: string): Promise<Empty>;
async projectsInstancesClustersGet(name: string): Promise<Cluster>;
async projectsInstancesClustersHotTabletsList(parent: string, opts?: ProjectsInstancesClustersHotTabletsListOptions): Promise<ListHotTabletsResponse>;
async projectsInstancesClustersList(parent: string, opts?: ProjectsInstancesClustersListOptions): Promise<ListClustersResponse>;
async projectsInstancesClustersPartialUpdateCluster(
name: string,
req: Cluster,
): Promise<Operation>;
async projectsInstancesClustersUpdate(name: string, req: Cluster): Promise<Operation>;
async projectsInstancesCreate(parent: string, req: CreateInstanceRequest): Promise<Operation>;
async projectsInstancesDelete(name: string): Promise<Empty>;
async projectsInstancesGet(name: string): Promise<Instance>;
async projectsInstancesGetIamPolicy(resource: string, req: GetIamPolicyRequest): Promise<Policy>;
async projectsInstancesList(parent: string, opts?: ProjectsInstancesListOptions): Promise<ListInstancesResponse>;
async projectsInstancesPartialUpdateInstance(
name: string,
req: Instance,
): Promise<Operation>;
async projectsInstancesSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>;
async projectsInstancesTablesAuthorizedViewsCreate(
parent: string,
): Promise<Operation>;
async projectsInstancesTablesAuthorizedViewsDelete(name: string, opts?: ProjectsInstancesTablesAuthorizedViewsDeleteOptions): Promise<Empty>;
async projectsInstancesTablesAuthorizedViewsGet(name: string, opts?: ProjectsInstancesTablesAuthorizedViewsGetOptions): Promise<AuthorizedView>;
async projectsInstancesTablesAuthorizedViewsGetIamPolicy(resource: string, req: GetIamPolicyRequest): Promise<Policy>;
async projectsInstancesTablesAuthorizedViewsList(parent: string, opts?: ProjectsInstancesTablesAuthorizedViewsListOptions): Promise<ListAuthorizedViewsResponse>;
async projectsInstancesTablesAuthorizedViewsPatch(
name: string,
): Promise<Operation>;
async projectsInstancesTablesAuthorizedViewsSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>;
async projectsInstancesTablesAuthorizedViewsTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>;
async projectsInstancesTablesCheckConsistency(name: string, req: CheckConsistencyRequest): Promise<CheckConsistencyResponse>;
async projectsInstancesTablesCreate(parent: string, req: CreateTableRequest): Promise<Table>;
async projectsInstancesTablesDelete(name: string): Promise<Empty>;
async projectsInstancesTablesDropRowRange(name: string, req: DropRowRangeRequest): Promise<Empty>;
async projectsInstancesTablesGenerateConsistencyToken(name: string, req: GenerateConsistencyTokenRequest): Promise<GenerateConsistencyTokenResponse>;
async projectsInstancesTablesGet(name: string, opts?: ProjectsInstancesTablesGetOptions): Promise<Table>;
async projectsInstancesTablesGetIamPolicy(resource: string, req: GetIamPolicyRequest): Promise<Policy>;
async projectsInstancesTablesList(parent: string, opts?: ProjectsInstancesTablesListOptions): Promise<ListTablesResponse>;
async projectsInstancesTablesModifyColumnFamilies(name: string, req: ModifyColumnFamiliesRequest): Promise<Table>;
async projectsInstancesTablesPatch(
name: string,
req: Table,
): Promise<Operation>;
async projectsInstancesTablesRestore(parent: string, req: RestoreTableRequest): Promise<Operation>;
async projectsInstancesTablesSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>;
async projectsInstancesTablesTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>;
async projectsInstancesTablesUndelete(name: string, req: UndeleteTableRequest): Promise<Operation>;
async projectsInstancesTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>;
async projectsInstancesUpdate(name: string, req: Instance): Promise<Instance>;
async projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<ListLocationsResponse>;
}

§Constructors

§
new BigtableAdmin(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
operationsGet(name: string): Promise<Operation>
[src]

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

@param name

The name of the operation resource.

§
operationsProjectsOperationsList(name: string, opts?: OperationsProjectsOperationsListOptions): Promise<ListOperationsResponse>
[src]

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

@param name

The name of the operation's parent resource.

§
projectsInstancesAppProfilesCreate(parent: string, req: AppProfile, opts?: ProjectsInstancesAppProfilesCreateOptions): Promise<AppProfile>
[src]

Creates an app profile within an instance.

@param parent

Required. The unique name of the instance in which to create the new app profile. Values are of the form projects/{project}/instances/{instance}.

§
projectsInstancesAppProfilesDelete(name: string, opts?: ProjectsInstancesAppProfilesDeleteOptions): Promise<Empty>
[src]

Deletes an app profile from an instance.

@param name

Required. The unique name of the app profile to be deleted. Values are of the form projects/{project}/instances/{instance}/appProfiles/{app_profile}.

§
projectsInstancesAppProfilesGet(name: string): Promise<AppProfile>
[src]

Gets information about an app profile.

@param name

Required. The unique name of the requested app profile. Values are of the form projects/{project}/instances/{instance}/appProfiles/{app_profile}.

§
projectsInstancesAppProfilesList(parent: string, opts?: ProjectsInstancesAppProfilesListOptions): Promise<ListAppProfilesResponse>
[src]

Lists information about app profiles in an instance.

@param parent

Required. The unique name of the instance for which a list of app profiles is requested. Values are of the form projects/{project}/instances/{instance}. Use {instance} = '-' to list AppProfiles for all Instances in a project, e.g., projects/myproject/instances/-.

§
projectsInstancesAppProfilesPatch(name: string, req: AppProfile, opts?: ProjectsInstancesAppProfilesPatchOptions): Promise<Operation>
[src]

Updates an app profile within an instance.

@param name

The unique name of the app profile. Values are of the form projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*.

§
projectsInstancesClustersBackupsCopy(parent: string, req: CopyBackupRequest): Promise<Operation>
[src]

Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.

@param parent

Required. The name of the destination cluster that will contain the backup copy. The cluster must already exists. Values are of the form: projects/{project}/instances/{instance}/clusters/{cluster}.

§
projectsInstancesClustersBackupsCreate(parent: string, req: Backup, opts?: ProjectsInstancesClustersBackupsCreateOptions): Promise<Operation>
[src]

Starts creating a new Cloud Bigtable Backup. The returned backup long-running operation can be used to track creation of the backup. The metadata field type is CreateBackupMetadata. The response field type is Backup, if successful. Cancelling the returned operation will stop the creation and delete the backup.

@param parent

Required. This must be one of the clusters in the instance in which this table is located. The backup will be stored in this cluster. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}.

§
projectsInstancesClustersBackupsDelete(name: string): Promise<Empty>
[src]

Deletes a pending or completed Cloud Bigtable backup.

@param name

Required. Name of the backup to delete. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}.

§
projectsInstancesClustersBackupsGet(name: string): Promise<Backup>
[src]

Gets metadata on a pending or completed Cloud Bigtable Backup.

@param name

Required. Name of the backup. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}.

§
projectsInstancesClustersBackupsGetIamPolicy(resource: string, req: GetIamPolicyRequest): Promise<Policy>
[src]

Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.

@param resource

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.

§
projectsInstancesClustersBackupsList(parent: string, opts?: ProjectsInstancesClustersBackupsListOptions): Promise<ListBackupsResponse>
[src]

Lists Cloud Bigtable backups. Returns both completed and pending backups.

@param parent

Required. The cluster to list backups from. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}. Use {cluster} = '-' to list backups for all clusters in an instance, e.g., projects/{project}/instances/{instance}/clusters/-.

§
projectsInstancesClustersBackupsPatch(name: string, req: Backup, opts?: ProjectsInstancesClustersBackupsPatchOptions): Promise<Backup>
[src]

Updates a pending or completed Cloud Bigtable Backup.

@param name

A globally unique identifier for the backup which cannot be changed. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/ backups/_a-zA-Z0-9* The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form projects/{project}/instances/{instance}/clusters/{cluster}.

§
projectsInstancesClustersBackupsSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>
[src]

Sets the access control policy on a Bigtable resource. Replaces any existing policy.

@param resource

REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.

§
projectsInstancesClustersBackupsTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>
[src]

Returns permissions that the caller has on the specified Bigtable resource.

@param resource

REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.

§
projectsInstancesClustersCreate(parent: string, req: Cluster, opts?: ProjectsInstancesClustersCreateOptions): Promise<Operation>
[src]

Creates a cluster within an instance. Note that exactly one of Cluster.serve_nodes and Cluster.cluster_config.cluster_autoscaling_config can be set. If serve_nodes is set to non-zero, then the cluster is manually scaled. If cluster_config.cluster_autoscaling_config is non-empty, then autoscaling is enabled.

@param parent

Required. The unique name of the instance in which to create the new cluster. Values are of the form projects/{project}/instances/{instance}.

§
projectsInstancesClustersDelete(name: string): Promise<Empty>
[src]

Deletes a cluster from an instance.

@param name

Required. The unique name of the cluster to be deleted. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}.

§
projectsInstancesClustersGet(name: string): Promise<Cluster>
[src]

Gets information about a cluster.

@param name

Required. The unique name of the requested cluster. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}.

§
projectsInstancesClustersHotTabletsList(parent: string, opts?: ProjectsInstancesClustersHotTabletsListOptions): Promise<ListHotTabletsResponse>
[src]

Lists hot tablets in a cluster, within the time range provided. Hot tablets are ordered based on CPU usage.

@param parent

Required. The cluster name to list hot tablets. Value is in the following form: projects/{project}/instances/{instance}/clusters/{cluster}.

§
projectsInstancesClustersList(parent: string, opts?: ProjectsInstancesClustersListOptions): Promise<ListClustersResponse>
[src]

Lists information about clusters in an instance.

@param parent

Required. The unique name of the instance for which a list of clusters is requested. Values are of the form projects/{project}/instances/{instance}. Use {instance} = '-' to list Clusters for all Instances in a project, e.g., projects/myproject/instances/-.

§
projectsInstancesClustersPartialUpdateCluster(name: string, req: Cluster, opts?: ProjectsInstancesClustersPartialUpdateClusterOptions): Promise<Operation>
[src]

Partially updates a cluster within a project. This method is the preferred way to update a Cluster. To enable and update autoscaling, set cluster_config.cluster_autoscaling_config. When autoscaling is enabled, serve_nodes is treated as an OUTPUT_ONLY field, meaning that updates to it are ignored. Note that an update cannot simultaneously set serve_nodes to non-zero and cluster_config.cluster_autoscaling_config to non-empty, and also specify both in the update_mask. To disable autoscaling, clear cluster_config.cluster_autoscaling_config, and explicitly set a serve_node count via the update_mask.

@param name

The unique name of the cluster. Values are of the form projects/{project}/instances/{instance}/clusters/a-z*.

§
projectsInstancesClustersUpdate(name: string, req: Cluster): Promise<Operation>
[src]

Updates a cluster within an instance. Note that UpdateCluster does not support updating cluster_config.cluster_autoscaling_config. In order to update it, you must use PartialUpdateCluster.

@param name

The unique name of the cluster. Values are of the form projects/{project}/instances/{instance}/clusters/a-z*.

§
projectsInstancesCreate(parent: string, req: CreateInstanceRequest): Promise<Operation>
[src]

Create an instance within a project. Note that exactly one of Cluster.serve_nodes and Cluster.cluster_config.cluster_autoscaling_config can be set. If serve_nodes is set to non-zero, then the cluster is manually scaled. If cluster_config.cluster_autoscaling_config is non-empty, then autoscaling is enabled.

@param parent

Required. The unique name of the project in which to create the new instance. Values are of the form projects/{project}.

§
projectsInstancesDelete(name: string): Promise<Empty>
[src]

Delete an instance from a project.

@param name

Required. The unique name of the instance to be deleted. Values are of the form projects/{project}/instances/{instance}.

§
projectsInstancesGet(name: string): Promise<Instance>
[src]

Gets information about an instance.

@param name

Required. The unique name of the requested instance. Values are of the form projects/{project}/instances/{instance}.

§
projectsInstancesGetIamPolicy(resource: string, req: GetIamPolicyRequest): Promise<Policy>
[src]

Gets the access control policy for an instance resource. Returns an empty policy if an instance exists but does not have a policy set.

@param resource

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.

§
projectsInstancesList(parent: string, opts?: ProjectsInstancesListOptions): Promise<ListInstancesResponse>
[src]

Lists information about instances in a project.

@param parent

Required. The unique name of the project for which a list of instances is requested. Values are of the form projects/{project}.

§
projectsInstancesPartialUpdateInstance(name: string, req: Instance, opts?: ProjectsInstancesPartialUpdateInstanceOptions): Promise<Operation>
[src]

Partially updates an instance within a project. This method can modify all fields of an Instance and is the preferred way to update an Instance.

@param name

The unique name of the instance. Values are of the form projects/{project}/instances/a-z+[a-z0-9].

§
projectsInstancesSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>
[src]

Sets the access control policy on an instance resource. Replaces any existing policy.

@param resource

REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.

§
projectsInstancesTablesAuthorizedViewsCreate(parent: string, req: AuthorizedView, opts?: ProjectsInstancesTablesAuthorizedViewsCreateOptions): Promise<Operation>
[src]

Creates a new AuthorizedView in a table.

@param parent

Required. This is the name of the table the AuthorizedView belongs to. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

§
projectsInstancesTablesAuthorizedViewsDelete(name: string, opts?: ProjectsInstancesTablesAuthorizedViewsDeleteOptions): Promise<Empty>
[src]

Permanently deletes a specified AuthorizedView.

@param name

Required. The unique name of the AuthorizedView to be deleted. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}.

§
projectsInstancesTablesAuthorizedViewsGet(name: string, opts?: ProjectsInstancesTablesAuthorizedViewsGetOptions): Promise<AuthorizedView>
[src]

Gets information from a specified AuthorizedView.

@param name

Required. The unique name of the requested AuthorizedView. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}.

§
projectsInstancesTablesAuthorizedViewsGetIamPolicy(resource: string, req: GetIamPolicyRequest): Promise<Policy>
[src]

Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.

@param resource

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.

§
projectsInstancesTablesAuthorizedViewsList(parent: string, opts?: ProjectsInstancesTablesAuthorizedViewsListOptions): Promise<ListAuthorizedViewsResponse>
[src]

Lists all AuthorizedViews from a specific table.

@param parent

Required. The unique name of the table for which AuthorizedViews should be listed. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

§
projectsInstancesTablesAuthorizedViewsPatch(name: string, req: AuthorizedView, opts?: ProjectsInstancesTablesAuthorizedViewsPatchOptions): Promise<Operation>
[src]

Updates an AuthorizedView in a table.

@param name

Identifier. The name of this AuthorizedView. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}

§
projectsInstancesTablesAuthorizedViewsSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>
[src]

Sets the access control policy on a Bigtable resource. Replaces any existing policy.

@param resource

REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.

§
projectsInstancesTablesAuthorizedViewsTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>
[src]

Returns permissions that the caller has on the specified Bigtable resource.

@param resource

REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.

§
projectsInstancesTablesCheckConsistency(name: string, req: CheckConsistencyRequest): Promise<CheckConsistencyResponse>
[src]

Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.

@param name

Required. The unique name of the Table for which to check replication consistency. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

§
projectsInstancesTablesCreate(parent: string, req: CreateTableRequest): Promise<Table>
[src]

Creates a new table in the specified instance. The table can be created with a full set of initial column families, specified in the request.

@param parent

Required. The unique name of the instance in which to create the table. Values are of the form projects/{project}/instances/{instance}.

§
projectsInstancesTablesDelete(name: string): Promise<Empty>
[src]

Permanently deletes a specified table and all of its data.

@param name

Required. The unique name of the table to be deleted. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

§
projectsInstancesTablesDropRowRange(name: string, req: DropRowRangeRequest): Promise<Empty>
[src]

Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix. Note that row key prefixes used here are treated as service data. For more information about how service data is handled, see the Google Cloud Privacy Notice.

@param name

Required. The unique name of the table on which to drop a range of rows. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

§
projectsInstancesTablesGenerateConsistencyToken(name: string, req: GenerateConsistencyTokenRequest): Promise<GenerateConsistencyTokenResponse>
[src]

Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated. The tokens will be available for 90 days.

@param name

Required. The unique name of the Table for which to create a consistency token. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

§
projectsInstancesTablesGet(name: string, opts?: ProjectsInstancesTablesGetOptions): Promise<Table>
[src]

Gets metadata information about the specified table.

@param name

Required. The unique name of the requested table. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

§
projectsInstancesTablesGetIamPolicy(resource: string, req: GetIamPolicyRequest): Promise<Policy>
[src]

Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.

@param resource

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.

§
projectsInstancesTablesList(parent: string, opts?: ProjectsInstancesTablesListOptions): Promise<ListTablesResponse>
[src]

Lists all tables served from a specified instance.

@param parent

Required. The unique name of the instance for which tables should be listed. Values are of the form projects/{project}/instances/{instance}.

§
projectsInstancesTablesModifyColumnFamilies(name: string, req: ModifyColumnFamiliesRequest): Promise<Table>
[src]

Performs a series of column family modifications on the specified table. Either all or none of the modifications will occur before this method returns, but data requests received prior to that point may see a table where only some modifications have taken effect.

@param name

Required. The unique name of the table whose families should be modified. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

§
projectsInstancesTablesPatch(name: string, req: Table, opts?: ProjectsInstancesTablesPatchOptions): Promise<Operation>
[src]

Updates a specified table.

@param name

The unique name of the table. Values are of the form projects/{project}/instances/{instance}/tables/_a-zA-Z0-9*. Views: NAME_ONLY, SCHEMA_VIEW, REPLICATION_VIEW, STATS_VIEW, FULL

§
projectsInstancesTablesRestore(parent: string, req: RestoreTableRequest): Promise<Operation>
[src]

Create a new table by restoring from a completed backup. The returned table long-running operation can be used to track the progress of the operation, and to cancel it. The metadata field type is RestoreTableMetadata. The response type is Table, if successful.

@param parent

Required. The name of the instance in which to create the restored table. Values are of the form projects//instances/.

§
projectsInstancesTablesSetIamPolicy(resource: string, req: SetIamPolicyRequest): Promise<Policy>
[src]

Sets the access control policy on a Bigtable resource. Replaces any existing policy.

@param resource

REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.

§
projectsInstancesTablesTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>
[src]

Returns permissions that the caller has on the specified Bigtable resource.

@param resource

REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.

§
projectsInstancesTablesUndelete(name: string, req: UndeleteTableRequest): Promise<Operation>
[src]

Restores a specified table which was accidentally deleted.

@param name

Required. The unique name of the table to be restored. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

§
projectsInstancesTestIamPermissions(resource: string, req: TestIamPermissionsRequest): Promise<TestIamPermissionsResponse>
[src]

Returns permissions that the caller has on the specified instance resource.

@param resource

REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.

§
projectsInstancesUpdate(name: string, req: Instance): Promise<Instance>
[src]

Updates an instance within a project. This method updates only the display name and type for an Instance. To update other Instance properties, such as labels, use PartialUpdateInstance.

@param name

The unique name of the instance. Values are of the form projects/{project}/instances/a-z+[a-z0-9].

§
projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<ListLocationsResponse>
[src]

Lists information about the supported locations for this service.

@param name

The resource that owns the locations collection, if applicable.