Class Instance
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.Instance
Represents an existing Cloud Bigtable instance.
A Cloud Bigtable instance is mostly just a container for your clusters and nodes, which do all of the real work.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static Instance
fromProto
(com.google.bigtable.admin.v2.Instance proto) Wraps the protobuf.Gets the instance's friendly name.getId()
Gets the instance's id.Gets the current labels associated with the instance.getState()
The current state of the instance.getType()
Gets the instance's current type.int
hashCode()
-
Method Details
-
fromProto
Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications. -
getId
Gets the instance's id. -
getDisplayName
Gets the instance's friendly name. -
getType
Gets the instance's current type. Can be DEVELOPMENT or PRODUCTION. -
getLabels
Gets the current labels associated with the instance.- See Also:
-
getState
The current state of the instance. -
equals
-
hashCode
public int hashCode()
-