Class SchedulingNodeAffinity.Builder (1.19.0)

public static final class SchedulingNodeAffinity.Builder extends GeneratedMessageV3.Builder<SchedulingNodeAffinity.Builder> implements SchedulingNodeAffinityOrBuilder

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

Protobuf type google.cloud.compute.v1.SchedulingNodeAffinity

Static Methods

getDescriptor()

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

Methods

addAllValues(Iterable<String> values)

public SchedulingNodeAffinity.Builder addAllValues(Iterable<String> values)

Corresponds to the label values of Node resource.

repeated string values = 249928994;

Parameter
NameDescription
valuesIterable<String>

The values to add.

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SchedulingNodeAffinity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

addValues(String value)

public SchedulingNodeAffinity.Builder addValues(String value)

Corresponds to the label values of Node resource.

repeated string values = 249928994;

Parameter
NameDescription
valueString

The values to add.

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.

addValuesBytes(ByteString value)

public SchedulingNodeAffinity.Builder addValuesBytes(ByteString value)

Corresponds to the label values of Node resource.

repeated string values = 249928994;

Parameter
NameDescription
valueByteString

The bytes of the values to add.

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.

build()

public SchedulingNodeAffinity build()
Returns
TypeDescription
SchedulingNodeAffinity

buildPartial()

public SchedulingNodeAffinity buildPartial()
Returns
TypeDescription
SchedulingNodeAffinity

clear()

public SchedulingNodeAffinity.Builder clear()
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public SchedulingNodeAffinity.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

clearKey()

public SchedulingNodeAffinity.Builder clearKey()

Corresponds to the label key of Node resource.

optional string key = 106079;

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public SchedulingNodeAffinity.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

clearOperator()

public SchedulingNodeAffinity.Builder clearOperator()

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
SchedulingNodeAffinity.Builder

This builder for chaining.

clearValues()

public SchedulingNodeAffinity.Builder clearValues()

Corresponds to the label values of Node resource.

repeated string values = 249928994;

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.

clone()

public SchedulingNodeAffinity.Builder clone()
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

getDefaultInstanceForType()

public SchedulingNodeAffinity getDefaultInstanceForType()
Returns
TypeDescription
SchedulingNodeAffinity

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SchedulingNodeAffinity other)

public SchedulingNodeAffinity.Builder mergeFrom(SchedulingNodeAffinity other)
Parameter
NameDescription
otherSchedulingNodeAffinity
Returns
TypeDescription
SchedulingNodeAffinity.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SchedulingNodeAffinity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SchedulingNodeAffinity.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SchedulingNodeAffinity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SchedulingNodeAffinity.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

setKey(String value)

public SchedulingNodeAffinity.Builder setKey(String value)

Corresponds to the label key of Node resource.

optional string key = 106079;

Parameter
NameDescription
valueString

The key to set.

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.

setKeyBytes(ByteString value)

public SchedulingNodeAffinity.Builder setKeyBytes(ByteString value)

Corresponds to the label key of Node resource.

optional string key = 106079;

Parameter
NameDescription
valueByteString

The bytes for key to set.

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.

setOperator(String value)

public SchedulingNodeAffinity.Builder setOperator(String value)

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;

Parameter
NameDescription
valueString

The operator to set.

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.

setOperatorBytes(ByteString value)

public SchedulingNodeAffinity.Builder setOperatorBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for operator to set.

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SchedulingNodeAffinity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SchedulingNodeAffinity.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SchedulingNodeAffinity.Builder
Overrides

setValues(int index, String value)

public SchedulingNodeAffinity.Builder setValues(int index, String value)

Corresponds to the label values of Node resource.

repeated string values = 249928994;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The values to set.

Returns
TypeDescription
SchedulingNodeAffinity.Builder

This builder for chaining.