Class ResourceStatusPhysicalHostTopologyAdditionalAttributes (1.105.0)

public final class ResourceStatusPhysicalHostTopologyAdditionalAttributes extends GeneratedMessage implements ResourceStatusPhysicalHostTopologyAdditionalAttributesOrBuilder

Additional location information of the running instance.

Protobuf type google.cloud.compute.v1.ResourceStatusPhysicalHostTopologyAdditionalAttributes

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ResourceStatusPhysicalHostTopologyAdditionalAttributes

Static Fields

ACCELERATOR_TOPOLOGY_IDS_FIELD_NUMBER

public static final int ACCELERATOR_TOPOLOGY_IDS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes getDefaultInstance()
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder newBuilder()
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder

newBuilder(ResourceStatusPhysicalHostTopologyAdditionalAttributes prototype)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder newBuilder(ResourceStatusPhysicalHostTopologyAdditionalAttributes prototype)
Parameter
Name Description
prototype ResourceStatusPhysicalHostTopologyAdditionalAttributes
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder

parseDelimitedFrom(InputStream input)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ResourceStatusPhysicalHostTopologyAdditionalAttributes parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ResourceStatusPhysicalHostTopologyAdditionalAttributes> parser()
Returns
Type Description
Parser<ResourceStatusPhysicalHostTopologyAdditionalAttributes>

Methods

containsAcceleratorTopologyIds(String key)

public boolean containsAcceleratorTopologyIds(String key)

Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.

map<string, string> accelerator_topology_ids = 338216508;

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAcceleratorTopologyIds() (deprecated)

public Map<String,String> getAcceleratorTopologyIds()
Returns
Type Description
Map<String,String>

getAcceleratorTopologyIdsCount()

public int getAcceleratorTopologyIdsCount()

Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.

map<string, string> accelerator_topology_ids = 338216508;

Returns
Type Description
int

getAcceleratorTopologyIdsMap()

public Map<String,String> getAcceleratorTopologyIdsMap()

Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.

map<string, string> accelerator_topology_ids = 338216508;

Returns
Type Description
Map<String,String>

getAcceleratorTopologyIdsOrDefault(String key, String defaultValue)

public String getAcceleratorTopologyIdsOrDefault(String key, String defaultValue)

Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.

map<string, string> accelerator_topology_ids = 338216508;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getAcceleratorTopologyIdsOrThrow(String key)

public String getAcceleratorTopologyIdsOrThrow(String key)

Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.

map<string, string> accelerator_topology_ids = 338216508;

Parameter
Name Description
key String
Returns
Type Description
String

getDefaultInstanceForType()

public ResourceStatusPhysicalHostTopologyAdditionalAttributes getDefaultInstanceForType()
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes

getParserForType()

public Parser<ResourceStatusPhysicalHostTopologyAdditionalAttributes> getParserForType()
Returns
Type Description
Parser<ResourceStatusPhysicalHostTopologyAdditionalAttributes>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder newBuilderForType()
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder
Overrides

toBuilder()

public ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder toBuilder()
Returns
Type Description
ResourceStatusPhysicalHostTopologyAdditionalAttributes.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException