public interface ResourceStatusPhysicalHostTopologyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBlock()
[Output Only] The ID of the block in which the running instance is located.
|
com.google.protobuf.ByteString |
getBlockBytes()
[Output Only] The ID of the block in which the running instance is located.
|
String |
getCluster()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
|
com.google.protobuf.ByteString |
getClusterBytes()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
|
String |
getHost()
[Output Only] The ID of the host on which the running instance is located.
|
com.google.protobuf.ByteString |
getHostBytes()
[Output Only] The ID of the host on which the running instance is located.
|
String |
getSubblock()
[Output Only] The ID of the sub-block in which the running instance is located.
|
com.google.protobuf.ByteString |
getSubblockBytes()
[Output Only] The ID of the sub-block in which the running instance is located.
|
boolean |
hasBlock()
[Output Only] The ID of the block in which the running instance is located.
|
boolean |
hasCluster()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
|
boolean |
hasHost()
[Output Only] The ID of the host on which the running instance is located.
|
boolean |
hasSubblock()
[Output Only] The ID of the sub-block in which the running instance is located.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;com.google.protobuf.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;boolean hasCluster()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
optional string cluster = 335221242;String getCluster()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
optional string cluster = 335221242;com.google.protobuf.ByteString getClusterBytes()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
optional string cluster = 335221242;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;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;com.google.protobuf.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;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;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.