public interface ResourceStatusPhysicalHostTopologyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBlock()
public abstract String getBlock()
[Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
optional string block = 93832333;
Returns | |
---|---|
Type | Description |
String |
The block. |
getBlockBytes()
public abstract ByteString getBlockBytes()
[Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
optional string block = 93832333;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for block. |
getCluster()
public abstract String getCluster()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
optional string cluster = 335221242;
Returns | |
---|---|
Type | Description |
String |
The cluster. |
getClusterBytes()
public abstract ByteString getClusterBytes()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
optional string cluster = 335221242;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cluster. |
getHost()
public abstract String getHost()
[Output Only] The ID of the host on which the running instance is located. Instances on the same host experience the lowest possible network latency.
optional string host = 3208616;
Returns | |
---|---|
Type | Description |
String |
The host. |
getHostBytes()
public abstract ByteString getHostBytes()
[Output Only] The ID of the host on which the running instance is located. Instances on the same host experience the lowest possible network latency.
optional string host = 3208616;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for host. |
getSubblock()
public abstract String getSubblock()
[Output Only] The ID of the sub-block in which the running instance is located. Instances in the same sub-block experience lower network latency than instances in the same block.
optional string subblock = 70446669;
Returns | |
---|---|
Type | Description |
String |
The subblock. |
getSubblockBytes()
public abstract ByteString getSubblockBytes()
[Output Only] The ID of the sub-block in which the running instance is located. Instances in the same sub-block experience lower network latency than instances in the same block.
optional string subblock = 70446669;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subblock. |
hasBlock()
public abstract boolean hasBlock()
[Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
optional string block = 93832333;
Returns | |
---|---|
Type | Description |
boolean |
Whether the block field is set. |
hasCluster()
public abstract boolean hasCluster()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
optional string cluster = 335221242;
Returns | |
---|---|
Type | Description |
boolean |
Whether the cluster field is set. |
hasHost()
public abstract boolean hasHost()
[Output Only] The ID of the host on which the running instance is located. Instances on the same host experience the lowest possible network latency.
optional string host = 3208616;
Returns | |
---|---|
Type | Description |
boolean |
Whether the host field is set. |
hasSubblock()
public abstract boolean hasSubblock()
[Output Only] The ID of the sub-block in which the running instance is located. Instances in the same sub-block experience lower network latency than instances in the same block.
optional string subblock = 70446669;
Returns | |
---|---|
Type | Description |
boolean |
Whether the subblock field is set. |