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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SchedulingNodeAffinity.BuilderImplements
SchedulingNodeAffinityOrBuilderStatic 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 = 249928994;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The values to add. |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SchedulingNodeAffinity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
addValues(String value)
public SchedulingNodeAffinity.Builder addValues(String value)
Corresponds to the label values of Node resource.
repeated string values = 249928994;
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 = 249928994;
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 |
clearField(Descriptors.FieldDescriptor field)
public SchedulingNodeAffinity.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
clearKey()
public SchedulingNodeAffinity.Builder clearKey()
Corresponds to the label key of Node resource.
optional string key = 106079;
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SchedulingNodeAffinity.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
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 | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
This builder for chaining. |
clearValues()
public SchedulingNodeAffinity.Builder clearValues()
Corresponds to the label values of Node resource.
repeated string values = 249928994;
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
This builder for chaining. |
clone()
public SchedulingNodeAffinity.Builder clone()
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
getDefaultInstanceForType()
public SchedulingNodeAffinity getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getKey()
public String getKey()
Corresponds to the label key of Node resource.
optional string key = 106079;
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public ByteString getKeyBytes()
Corresponds to the label key of Node resource.
optional string key = 106079;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
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 = 249928994;
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 = 249928994;
Returns | |
---|---|
Type | Description |
int |
The count of values. |
getValuesList()
public ProtocolStringList getValuesList()
Corresponds to the label values of Node resource.
repeated string values = 249928994;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the values. |
hasKey()
public boolean hasKey()
Corresponds to the label key of Node resource.
optional string key = 106079;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the operator field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SchedulingNodeAffinity.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SchedulingNodeAffinity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SchedulingNodeAffinity.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
setKey(String value)
public SchedulingNodeAffinity.Builder setKey(String value)
Corresponds to the label key of Node resource.
optional string key = 106079;
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)
Corresponds to the label key of Node resource.
optional string key = 106079;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for key to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
String The operator to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value |
ByteString The bytes for operator to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SchedulingNodeAffinity.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SchedulingNodeAffinity.Builder |
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 | |
---|---|
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. |