public final class ResourceStatusPhysicalHostTopology extends com.google.protobuf.GeneratedMessageV3 implements ResourceStatusPhysicalHostTopologyOrBuilder
Represents the physical host topology of the host on which the VM is running.Protobuf type
google.cloud.compute.v1.ResourceStatusPhysicalHostTopology| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceStatusPhysicalHostTopology.Builder
Represents the physical host topology of the host on which the VM is running.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK_FIELD_NUMBER |
static int |
CLUSTER_FIELD_NUMBER |
static int |
HOST_FIELD_NUMBER |
static int |
SUBBLOCK_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static ResourceStatusPhysicalHostTopology |
getDefaultInstance() |
ResourceStatusPhysicalHostTopology |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<ResourceStatusPhysicalHostTopology> |
getParserForType() |
int |
getSerializedSize() |
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.
|
int |
hashCode() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ResourceStatusPhysicalHostTopology.Builder |
newBuilder() |
static ResourceStatusPhysicalHostTopology.Builder |
newBuilder(ResourceStatusPhysicalHostTopology prototype) |
ResourceStatusPhysicalHostTopology.Builder |
newBuilderForType() |
protected ResourceStatusPhysicalHostTopology.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ResourceStatusPhysicalHostTopology |
parseDelimitedFrom(InputStream input) |
static ResourceStatusPhysicalHostTopology |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResourceStatusPhysicalHostTopology |
parseFrom(byte[] data) |
static ResourceStatusPhysicalHostTopology |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResourceStatusPhysicalHostTopology |
parseFrom(ByteBuffer data) |
static ResourceStatusPhysicalHostTopology |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResourceStatusPhysicalHostTopology |
parseFrom(com.google.protobuf.ByteString data) |
static ResourceStatusPhysicalHostTopology |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResourceStatusPhysicalHostTopology |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ResourceStatusPhysicalHostTopology |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResourceStatusPhysicalHostTopology |
parseFrom(InputStream input) |
static ResourceStatusPhysicalHostTopology |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ResourceStatusPhysicalHostTopology> |
parser() |
ResourceStatusPhysicalHostTopology.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int BLOCK_FIELD_NUMBER
public static final int CLUSTER_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
public static final int SUBBLOCK_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;hasBlock in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic 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;getBlock in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic 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;getBlockBytes in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic boolean hasCluster()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
optional string cluster = 335221242;hasCluster in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic String getCluster()
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
optional string cluster = 335221242;getCluster in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic 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;getClusterBytes in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic 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;hasHost in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic 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;getHost in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic 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;getHostBytes in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic 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;hasSubblock in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic 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;getSubblock in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic 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;getSubblockBytes in interface ResourceStatusPhysicalHostTopologyOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ResourceStatusPhysicalHostTopology parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResourceStatusPhysicalHostTopology parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResourceStatusPhysicalHostTopology parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResourceStatusPhysicalHostTopology parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResourceStatusPhysicalHostTopology parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResourceStatusPhysicalHostTopology parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResourceStatusPhysicalHostTopology parseFrom(InputStream input) throws IOException
IOExceptionpublic static ResourceStatusPhysicalHostTopology parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ResourceStatusPhysicalHostTopology parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ResourceStatusPhysicalHostTopology parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ResourceStatusPhysicalHostTopology parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ResourceStatusPhysicalHostTopology parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ResourceStatusPhysicalHostTopology.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ResourceStatusPhysicalHostTopology.Builder newBuilder()
public static ResourceStatusPhysicalHostTopology.Builder newBuilder(ResourceStatusPhysicalHostTopology prototype)
public ResourceStatusPhysicalHostTopology.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ResourceStatusPhysicalHostTopology.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ResourceStatusPhysicalHostTopology getDefaultInstance()
public static com.google.protobuf.Parser<ResourceStatusPhysicalHostTopology> parser()
public com.google.protobuf.Parser<ResourceStatusPhysicalHostTopology> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ResourceStatusPhysicalHostTopology getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.