Instance(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A collection of Bigtable Tables][google.bigtable.admin.v2.Table]
and the resources that serve them. All tables in an instance are
served from all Clusters][google.bigtable.admin.v2.Cluster]
in the
instance.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
The unique name of the instance. Values are of the form projects/{project}/instances/[a-z][a-z0-9\\-]+[a-z0-9] .
|
display_name |
str
Required. 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. |
state |
google.cloud.bigtable_admin_v2.types.Instance.State
Output only. The current state of the instance. |
type_ |
google.cloud.bigtable_admin_v2.types.Instance.Type
The type of the instance. Defaults to PRODUCTION .
|
labels |
MutableMapping[str, str]
Labels 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}][\p{Ll}\p{Lo}\p{N}_-]{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.
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output 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 .
|
satisfies_pzs |
bool
Output only. Reserved for future use. This field is a member of oneof _ _satisfies_pzs .
|
satisfies_pzi |
bool
Output only. Reserved for future use. This field is a member of oneof _ _satisfies_pzi .
|
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
State
State(value)
Possible states of an instance.
Type
Type(value)
The type of the instance.