public final class Instance extends Object
A Cloud Bigtable instance is mostly just a container for your clusters and nodes, which do all of the real work.
Modifier and Type | Class and Description |
---|---|
static class |
Instance.State |
static class |
Instance.Type |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Instance |
fromProto(Instance proto)
Wraps the protobuf.
|
String |
getDisplayName()
Gets the instance's friendly name.
|
String |
getId()
Gets the instance's id.
|
Map<String,String> |
getLabels()
Gets the current labels associated with the instance.
|
Instance.State |
getState()
The current state of the instance.
|
Instance.Type |
getType()
Gets the instance's current type.
|
int |
hashCode() |
@InternalApi public static Instance fromProto(@Nonnull Instance proto)
public String getId()
public String getDisplayName()
public Instance.Type getType()
public Map<String,String> getLabels()
public Instance.State getState()
Copyright © 2019 Google LLC. All rights reserved.