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. |
getInstances(int index)
public abstract ReservationBlockPhysicalTopologyInstance getInstances(int index)Output only. The detailed instances information for a given Block
repeated .google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstance instances = 29097598;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReservationBlockPhysicalTopologyInstance |
|
getInstancesCount()
public abstract int getInstancesCount()Output only. The detailed instances information for a given Block
repeated .google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstance instances = 29097598;
| Returns | |
|---|---|
| Type | Description |
int |
|
getInstancesList()
public abstract List<ReservationBlockPhysicalTopologyInstance> getInstancesList()Output only. The detailed instances information for a given Block
repeated .google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstance instances = 29097598;
| Returns | |
|---|---|
| Type | Description |
List<ReservationBlockPhysicalTopologyInstance> |
|
getInstancesOrBuilder(int index)
public abstract ReservationBlockPhysicalTopologyInstanceOrBuilder getInstancesOrBuilder(int index)Output only. The detailed instances information for a given Block
repeated .google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstance instances = 29097598;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReservationBlockPhysicalTopologyInstanceOrBuilder |
|
getInstancesOrBuilderList()
public abstract List<? extends ReservationBlockPhysicalTopologyInstanceOrBuilder> getInstancesOrBuilderList()Output only. The detailed instances information for a given Block
repeated .google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstance instances = 29097598;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstanceOrBuilder> |
|
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. |