Class SchedulingNodeAffinity.Builder (1.83.0)

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

Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling

Protobuf type google.cloud.vmmigration.v1.SchedulingNodeAffinity

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllValues(Iterable<String> values)

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

Corresponds to the label values of Node resource.

repeated string values = 3;

Parameter
Name Description
values Iterable<String>

The values to add.

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.

addValues(String value)

public SchedulingNodeAffinity.Builder addValues(String value)

Corresponds to the label values of Node resource.

repeated string values = 3;

Parameter
Name Description
value String

The values to add.

Returns
Type Description
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 = 3;

Parameter
Name Description
value ByteString

The bytes of the values to add.

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.

build()

public SchedulingNodeAffinity build()
Returns
Type Description
SchedulingNodeAffinity

buildPartial()

public SchedulingNodeAffinity buildPartial()
Returns
Type Description
SchedulingNodeAffinity

clear()

public SchedulingNodeAffinity.Builder clear()
Returns
Type Description
SchedulingNodeAffinity.Builder
Overrides

clearKey()

public SchedulingNodeAffinity.Builder clearKey()

The label key of Node resource to reference.

string key = 1;

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.

clearOperator()

public SchedulingNodeAffinity.Builder clearOperator()

The operator to use for the node resources specified in the values parameter.

.google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator operator = 2;

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.

clearValues()

public SchedulingNodeAffinity.Builder clearValues()

Corresponds to the label values of Node resource.

repeated string values = 3;

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.

getDefaultInstanceForType()

public SchedulingNodeAffinity getDefaultInstanceForType()
Returns
Type Description
SchedulingNodeAffinity

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getKey()

public String getKey()

The label key of Node resource to reference.

string key = 1;

Returns
Type Description
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

The label key of Node resource to reference.

string key = 1;

Returns
Type Description
ByteString

The bytes for key.

getOperator()

public SchedulingNodeAffinity.Operator getOperator()

The operator to use for the node resources specified in the values parameter.

.google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator operator = 2;

Returns
Type Description
SchedulingNodeAffinity.Operator

The operator.

getOperatorValue()

public int getOperatorValue()

The operator to use for the node resources specified in the values parameter.

.google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator operator = 2;

Returns
Type Description
int

The enum numeric value on the wire for operator.

getValues(int index)

public String getValues(int index)

Corresponds to the label values of Node resource.

repeated string values = 3;

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)

Corresponds to the label values of Node resource.

repeated string values = 3;

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()

Corresponds to the label values of Node resource.

repeated string values = 3;

Returns
Type Description
int

The count of values.

getValuesList()

public ProtocolStringList getValuesList()

Corresponds to the label values of Node resource.

repeated string values = 3;

Returns
Type Description
ProtocolStringList

A list containing the values.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SchedulingNodeAffinity other)

public SchedulingNodeAffinity.Builder mergeFrom(SchedulingNodeAffinity other)
Parameter
Name Description
other SchedulingNodeAffinity
Returns
Type Description
SchedulingNodeAffinity.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SchedulingNodeAffinity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SchedulingNodeAffinity.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SchedulingNodeAffinity.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SchedulingNodeAffinity.Builder
Overrides

setKey(String value)

public SchedulingNodeAffinity.Builder setKey(String value)

The label key of Node resource to reference.

string key = 1;

Parameter
Name Description
value String

The key to set.

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.

setKeyBytes(ByteString value)

public SchedulingNodeAffinity.Builder setKeyBytes(ByteString value)

The label key of Node resource to reference.

string key = 1;

Parameter
Name Description
value ByteString

The bytes for key to set.

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.

setOperator(SchedulingNodeAffinity.Operator value)

public SchedulingNodeAffinity.Builder setOperator(SchedulingNodeAffinity.Operator value)

The operator to use for the node resources specified in the values parameter.

.google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator operator = 2;

Parameter
Name Description
value SchedulingNodeAffinity.Operator

The operator to set.

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.

setOperatorValue(int value)

public SchedulingNodeAffinity.Builder setOperatorValue(int value)

The operator to use for the node resources specified in the values parameter.

.google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator operator = 2;

Parameter
Name Description
value int

The enum numeric value on the wire for operator to set.

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.

setValues(int index, String value)

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

Corresponds to the label values of Node resource.

repeated string values = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The values to set.

Returns
Type Description
SchedulingNodeAffinity.Builder

This builder for chaining.