Class SchedulingNodeAffinity (1.51.0)

public final class SchedulingNodeAffinity extends GeneratedMessageV3 implements SchedulingNodeAffinityOrBuilder

Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.

Protobuf type google.cloud.compute.v1.SchedulingNodeAffinity

Static Fields

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
TypeDescription
int

OPERATOR_FIELD_NUMBER

public static final int OPERATOR_FIELD_NUMBER
Field Value
TypeDescription
int

VALUES_FIELD_NUMBER

public static final int VALUES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SchedulingNodeAffinity getDefaultInstance()
Returns
TypeDescription
SchedulingNodeAffinity

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SchedulingNodeAffinity.Builder newBuilder()
Returns
TypeDescription
SchedulingNodeAffinity.Builder

newBuilder(SchedulingNodeAffinity prototype)

public static SchedulingNodeAffinity.Builder newBuilder(SchedulingNodeAffinity prototype)
Parameter
NameDescription
prototypeSchedulingNodeAffinity
Returns
TypeDescription
SchedulingNodeAffinity.Builder

parseDelimitedFrom(InputStream input)

public static SchedulingNodeAffinity parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SchedulingNodeAffinity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SchedulingNodeAffinity parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SchedulingNodeAffinity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SchedulingNodeAffinity parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SchedulingNodeAffinity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SchedulingNodeAffinity parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SchedulingNodeAffinity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SchedulingNodeAffinity parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SchedulingNodeAffinity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SchedulingNodeAffinity parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SchedulingNodeAffinity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SchedulingNodeAffinity
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SchedulingNodeAffinity> parser()
Returns
TypeDescription
Parser<SchedulingNodeAffinity>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SchedulingNodeAffinity getDefaultInstanceForType()
Returns
TypeDescription
SchedulingNodeAffinity

getKey()

public String getKey()

Corresponds to the label key of Node resource.

optional string key = 106079;

Returns
TypeDescription
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

Corresponds to the label key of Node resource.

optional string key = 106079;

Returns
TypeDescription
ByteString

The bytes for key.

getOperator()

public String getOperator()

Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. Check the Operator enum for the list of possible values.

optional string operator = 36317348;

Returns
TypeDescription
String

The operator.

getOperatorBytes()

public ByteString getOperatorBytes()

Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. Check the Operator enum for the list of possible values.

optional string operator = 36317348;

Returns
TypeDescription
ByteString

The bytes for operator.

getParserForType()

public Parser<SchedulingNodeAffinity> getParserForType()
Returns
TypeDescription
Parser<SchedulingNodeAffinity>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValues(int index)

public String getValues(int index)

Corresponds to the label values of Node resource.

repeated string values = 249928994;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The values at the given index.

getValuesBytes(int index)

public ByteString getValuesBytes(int index)

Corresponds to the label values of Node resource.

repeated string values = 249928994;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the values at the given index.

getValuesCount()

public int getValuesCount()

Corresponds to the label values of Node resource.

repeated string values = 249928994;

Returns
TypeDescription
int

The count of values.

getValuesList()

public ProtocolStringList getValuesList()

Corresponds to the label values of Node resource.

repeated string values = 249928994;

Returns
TypeDescription
ProtocolStringList

A list containing the values.

hasKey()

public boolean hasKey()

Corresponds to the label key of Node resource.

optional string key = 106079;

Returns
TypeDescription
boolean

Whether the key field is set.

hasOperator()

public boolean hasOperator()

Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. Check the Operator enum for the list of possible values.

optional string operator = 36317348;

Returns
TypeDescription
boolean

Whether the operator field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SchedulingNodeAffinity.Builder newBuilderForType()
Returns
TypeDescription
SchedulingNodeAffinity.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SchedulingNodeAffinity.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SchedulingNodeAffinity.Builder toBuilder()
Returns
TypeDescription
SchedulingNodeAffinity.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException