Skip to main content

instances

Overview

Nameinstances
TypeResource
Idgoogle.bigtableadmin.instances

Fields

NameDatatypeDescription
namestringThe unique name of the instance. Values are of the form projects/{project}/instances/a-z+[a-z0-9].
typestringThe type of the instance. Defaults to PRODUCTION.
createTimestringOutput only. A commit timestamp representing when this Instance was created. For instances created before this field was added (August 2021), this value is seconds: 0, nanos: 1.
displayNamestringRequired. The descriptive name for this instance as it appears in UIs. Can be changed at any time, but should be kept globally unique to avoid confusion.
labelsobjectLabels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. They can be used to filter resources and aggregate metrics. Label keys must be between 1 and 63 characters long and must conform to the regular expression: \p{Ll}\p{Lo}{0,62}. Label values must be between 0 and 63 characters long and must conform to the regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}. No more than 64 labels can be associated with a given resource. Keys and values must both be under 128 bytes.
satisfiesPzsbooleanOutput only. Reserved for future use.
statestringOutput only. The current state of the instance.

Methods

NameAccessible byRequired ParamsDescription
getSELECTinstancesId, projectsIdGets information about an instance.
listSELECTprojectsIdLists information about instances in a project.
createINSERTprojectsIdCreate 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.
deleteDELETEinstancesId, projectsIdDelete an instance from a project.
_listEXECprojectsIdLists information about instances in a project.
partial_update_instanceEXECinstancesId, projectsIdPartially updates an instance within a project. This method can modify all fields of an Instance and is the preferred way to update an Instance.
updateEXECinstancesId, projectsIdUpdates 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.