public interface ResponseParamsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusterId()
public abstract String getClusterId()
Identifier for a cluster that represents set of bigtable resources.
optional string cluster_id = 2;
Type | Description |
String | The clusterId. |
getClusterIdBytes()
public abstract ByteString getClusterIdBytes()
Identifier for a cluster that represents set of bigtable resources.
optional string cluster_id = 2;
Type | Description |
ByteString | The bytes for clusterId. |
getZoneId()
public abstract String getZoneId()
The cloud bigtable zone associated with the cluster.
optional string zone_id = 1;
Type | Description |
String | The zoneId. |
getZoneIdBytes()
public abstract ByteString getZoneIdBytes()
The cloud bigtable zone associated with the cluster.
optional string zone_id = 1;
Type | Description |
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;
Type | Description |
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;
Type | Description |
boolean | Whether the zoneId field is set. |