Instance class
A collection of Bigtable Tables and the resources that serve them. All tables in an instance are served from all Clusters in the instance.
Constructors
- Instance()
- Instance.fromJson(Map _json)
Properties
- displayName ↔ String
-
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.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
labels
↔ Map<
String, String> -
Required. 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}{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.read / write - name ↔ String
-
The unique name of the instance. Values are of the form
projects/{project}/instances/a-z+[a-z0-9]
.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- state ↔ String
-
Output only. The current state of the instance.
Possible string values are: [...]
read / write
- type ↔ String
-
Required. The type of the instance. Defaults to
PRODUCTION
. Possible string values are: [...]read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited