public static interface CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Name of the cluster.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Name of the cluster.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getLinkedResource()
public abstract String getLinkedResource()A link back to the parent resource, in this case Instance.
string linked_resource = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The linkedResource. |
getLinkedResourceBytes()
public abstract ByteString getLinkedResourceBytes()A link back to the parent resource, in this case Instance.
string linked_resource = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for linkedResource. |
getLocation()
public abstract String getLocation()Location of the cluster, typically a Cloud zone.
string location = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Location of the cluster, typically a Cloud zone.
string location = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getType()
public abstract String getType()Type of the resource. For a cluster this would be "CLUSTER".
string type = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()Type of the resource. For a cluster this would be "CLUSTER".
string type = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |