public interface ReservationBlockPhysicalTopologyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBlock()
public abstract String getBlock()The hash of the capacity block within the cluster.
optional string block = 93832333;
| Returns | |
|---|---|
| Type | Description |
String |
The block. |
getBlockBytes()
public abstract ByteString getBlockBytes()The hash of the capacity block within the cluster.
optional string block = 93832333;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for block. |
getCluster()
public abstract String getCluster()The cluster name of the reservation block.
optional string cluster = 335221242;
| Returns | |
|---|---|
| Type | Description |
String |
The cluster. |
getClusterBytes()
public abstract ByteString getClusterBytes()The cluster name of the reservation block.
optional string cluster = 335221242;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cluster. |
hasBlock()
public abstract boolean hasBlock()The hash of the capacity block within the cluster.
optional string block = 93832333;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the block field is set. |
hasCluster()
public abstract boolean hasCluster()The cluster name of the reservation block.
optional string cluster = 335221242;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cluster field is set. |