Interface ResponseParamsOrBuilder (2.14.0)

public interface ResponseParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusterId()

public abstract String getClusterId()

Identifier for a cluster that represents set of bigtable resources.

optional string cluster_id = 2;

Returns
TypeDescription
String

The clusterId.

getClusterIdBytes()

public abstract ByteString getClusterIdBytes()

Identifier for a cluster that represents set of bigtable resources.

optional string cluster_id = 2;

Returns
TypeDescription
ByteString

The bytes for clusterId.

getZoneId()

public abstract String getZoneId()

The cloud bigtable zone associated with the cluster.

optional string zone_id = 1;

Returns
TypeDescription
String

The zoneId.

getZoneIdBytes()

public abstract ByteString getZoneIdBytes()

The cloud bigtable zone associated with the cluster.

optional string zone_id = 1;

Returns
TypeDescription
ByteString

The bytes for zoneId.

hasClusterId()

public abstract boolean hasClusterId()

Identifier for a cluster that represents set of bigtable resources.

optional string cluster_id = 2;

Returns
TypeDescription
boolean

Whether the clusterId field is set.

hasZoneId()

public abstract boolean hasZoneId()

The cloud bigtable zone associated with the cluster.

optional string zone_id = 1;

Returns
TypeDescription
boolean

Whether the zoneId field is set.