public final class AllocationAffinity extends GeneratedMessageV3 implements AllocationAffinityOrBuilder
Specifies the reservations that this instance can consume from.
Protobuf type google.cloud.backupdr.v1.AllocationAffinity
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AllocationAffinityImplements
AllocationAffinityOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
AllocationAffinity |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static AllocationAffinity.Builder newBuilder()
Returns | |
---|---|
Type | Description |
AllocationAffinity.Builder |
newBuilder(AllocationAffinity prototype)
public static AllocationAffinity.Builder newBuilder(AllocationAffinity prototype)
Parameter | |
---|---|
Name | Description |
prototype |
AllocationAffinity |
Returns | |
---|---|
Type | Description |
AllocationAffinity.Builder |
parseDelimitedFrom(InputStream input)
public static AllocationAffinity parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static AllocationAffinity parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AllocationAffinity parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AllocationAffinity parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static AllocationAffinity parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AllocationAffinity parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AllocationAffinity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AllocationAffinity |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AllocationAffinity> parser()
Returns | |
---|---|
Type | Description |
Parser<AllocationAffinity> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
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];
Returns | |
---|---|
Type | Description |
AllocationAffinity.Type |
The consumeAllocationType. |
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()
Returns | |
---|---|
Type | Description |
AllocationAffinity |
getKey()
public String 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()
Returns | |
---|---|
Type | Description |
Parser<AllocationAffinity> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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];
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the values. |
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()
public boolean 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()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public AllocationAffinity.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
AllocationAffinity.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AllocationAffinity.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
AllocationAffinity.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public AllocationAffinity.Builder toBuilder()
Returns | |
---|---|
Type | Description |
AllocationAffinity.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |