Interface CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder (1.47.0)

public static interface CloudBigtableInstanceSpec.CloudBigtableClusterSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Name of the cluster.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Name of the cluster.

string display_name = 1;

Returns
TypeDescription
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
TypeDescription
String

The linkedResource.

getLinkedResourceBytes()

public abstract ByteString getLinkedResourceBytes()

A link back to the parent resource, in this case Instance.

string linked_resource = 4;

Returns
TypeDescription
ByteString

The bytes for linkedResource.

getLocation()

public abstract String getLocation()

Location of the cluster, typically a Cloud zone.

string location = 2;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

Location of the cluster, typically a Cloud zone.

string location = 2;

Returns
TypeDescription
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
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Type of the resource. For a cluster this would be "CLUSTER".

string type = 3;

Returns
TypeDescription
ByteString

The bytes for type.