public final class AllocationAffinity extends GeneratedMessageV3 implements AllocationAffinityOrBuilder
Specifies the reservations that this instance can consume from.
Protobuf type google.cloud.backupdr.v1.AllocationAffinity
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONSUME_ALLOCATION_TYPE_FIELD_NUMBER
public static final int CONSUME_ALLOCATION_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AllocationAffinity getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AllocationAffinity.Builder newBuilder()
newBuilder(AllocationAffinity prototype)
public static AllocationAffinity.Builder newBuilder(AllocationAffinity prototype)
public static AllocationAffinity parseDelimitedFrom(InputStream input)
public static AllocationAffinity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AllocationAffinity parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AllocationAffinity parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(CodedInputStream input)
public static AllocationAffinity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(InputStream input)
public static AllocationAffinity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AllocationAffinity parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AllocationAffinity> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getConsumeAllocationType()
public AllocationAffinity.Type getConsumeAllocationType()
Optional. Specifies the type of reservation from which this instance can
consume
optional .google.cloud.backupdr.v1.AllocationAffinity.Type consume_allocation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
getConsumeAllocationTypeValue()
public int getConsumeAllocationTypeValue()
Optional. Specifies the type of reservation from which this instance can
consume
optional .google.cloud.backupdr.v1.AllocationAffinity.Type consume_allocation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for consumeAllocationType.
|
getDefaultInstanceForType()
public AllocationAffinity getDefaultInstanceForType()
getKey()
Optional. Corresponds to the label key of a reservation resource.
optional string key = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The key.
|
getKeyBytes()
public ByteString getKeyBytes()
Optional. Corresponds to the label key of a reservation resource.
optional string key = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for key.
|
getParserForType()
public Parser<AllocationAffinity> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getValues(int index)
public String getValues(int index)
Optional. Corresponds to the label values of a reservation resource.
repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The values at the given index.
|
getValuesBytes(int index)
public ByteString getValuesBytes(int index)
Optional. Corresponds to the label values of a reservation resource.
repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the values at the given index.
|
getValuesCount()
public int getValuesCount()
Optional. Corresponds to the label values of a reservation resource.
repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The count of values.
|
getValuesList()
public ProtocolStringList getValuesList()
Optional. Corresponds to the label values of a reservation resource.
repeated string values = 3 [(.google.api.field_behavior) = OPTIONAL];
hasConsumeAllocationType()
public boolean hasConsumeAllocationType()
Optional. Specifies the type of reservation from which this instance can
consume
optional .google.cloud.backupdr.v1.AllocationAffinity.Type consume_allocation_type = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the consumeAllocationType field is set.
|
hasKey()
Optional. Corresponds to the label key of a reservation resource.
optional string key = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the key field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AllocationAffinity.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AllocationAffinity.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AllocationAffinity.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides