public final class ReservationSlotStatus extends GeneratedMessage implements ReservationSlotStatusOrBuilder
Protobuf type google.cloud.compute.v1.ReservationSlotStatus
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
PHYSICAL_TOPOLOGY_FIELD_NUMBER
public static final int PHYSICAL_TOPOLOGY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RDMA_IP_ADDRESSES_FIELD_NUMBER
public static final int RDMA_IP_ADDRESSES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RUNNING_INSTANCES_FIELD_NUMBER
public static final int RUNNING_INSTANCES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ReservationSlotStatus getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReservationSlotStatus.Builder newBuilder()
newBuilder(ReservationSlotStatus prototype)
public static ReservationSlotStatus.Builder newBuilder(ReservationSlotStatus prototype)
public static ReservationSlotStatus parseDelimitedFrom(InputStream input)
public static ReservationSlotStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReservationSlotStatus parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReservationSlotStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReservationSlotStatus parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReservationSlotStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReservationSlotStatus parseFrom(CodedInputStream input)
public static ReservationSlotStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReservationSlotStatus parseFrom(InputStream input)
public static ReservationSlotStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReservationSlotStatus parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReservationSlotStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReservationSlotStatus> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ReservationSlotStatus getDefaultInstanceForType()
getParserForType()
public Parser<ReservationSlotStatus> getParserForType()
Overrides
getPhysicalTopology()
public ReservationSlotPhysicalTopology getPhysicalTopology()
Output only. [Output Only] The physical topology of the reservation sub-block.
optional .google.cloud.compute.v1.ReservationSlotPhysicalTopology physical_topology = 279778519;
getPhysicalTopologyOrBuilder()
public ReservationSlotPhysicalTopologyOrBuilder getPhysicalTopologyOrBuilder()
Output only. [Output Only] The physical topology of the reservation sub-block.
optional .google.cloud.compute.v1.ReservationSlotPhysicalTopology physical_topology = 279778519;
getRdmaIpAddresses(int index)
public String getRdmaIpAddresses(int index)
Output only. The RDMA IP address of the physical host.
repeated string rdma_ip_addresses = 167842531;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The rdmaIpAddresses at the given index.
|
getRdmaIpAddressesBytes(int index)
public ByteString getRdmaIpAddressesBytes(int index)
Output only. The RDMA IP address of the physical host.
repeated string rdma_ip_addresses = 167842531;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the rdmaIpAddresses at the given index.
|
getRdmaIpAddressesCount()
public int getRdmaIpAddressesCount()
Output only. The RDMA IP address of the physical host.
repeated string rdma_ip_addresses = 167842531;
| Returns |
| Type |
Description |
int |
The count of rdmaIpAddresses.
|
getRdmaIpAddressesList()
public ProtocolStringList getRdmaIpAddressesList()
Output only. The RDMA IP address of the physical host.
repeated string rdma_ip_addresses = 167842531;
getRunningInstances(int index)
public String getRunningInstances(int index)
Output only. The URIs of the instances currently running on this slot.
repeated string running_instances = 536292350;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The runningInstances at the given index.
|
getRunningInstancesBytes(int index)
public ByteString getRunningInstancesBytes(int index)
Output only. The URIs of the instances currently running on this slot.
repeated string running_instances = 536292350;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the runningInstances at the given index.
|
getRunningInstancesCount()
public int getRunningInstancesCount()
Output only. The URIs of the instances currently running on this slot.
repeated string running_instances = 536292350;
| Returns |
| Type |
Description |
int |
The count of runningInstances.
|
getRunningInstancesList()
public ProtocolStringList getRunningInstancesList()
Output only. The URIs of the instances currently running on this slot.
repeated string running_instances = 536292350;
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasPhysicalTopology()
public boolean hasPhysicalTopology()
Output only. [Output Only] The physical topology of the reservation sub-block.
optional .google.cloud.compute.v1.ReservationSlotPhysicalTopology physical_topology = 279778519;
| Returns |
| Type |
Description |
boolean |
Whether the physicalTopology field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReservationSlotStatus.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ReservationSlotStatus.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ReservationSlotStatus.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides