Class SpotConfig.Builder (0.39.0)

public static final class SpotConfig.Builder extends GeneratedMessageV3.Builder<SpotConfig.Builder> implements SpotConfigOrBuilder

SpotConfig has configuration info for Spot node.

Protobuf type google.cloud.gkemulticloud.v1.SpotConfig

Implements

SpotConfigOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllInstanceTypes(Iterable<String> values)

public SpotConfig.Builder addAllInstanceTypes(Iterable<String> values)

Required. A list of instance types for creating spot node pool.

repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<String>

The instanceTypes to add.

Returns
TypeDescription
SpotConfig.Builder

This builder for chaining.

addInstanceTypes(String value)

public SpotConfig.Builder addInstanceTypes(String value)

Required. A list of instance types for creating spot node pool.

repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The instanceTypes to add.

Returns
TypeDescription
SpotConfig.Builder

This builder for chaining.

addInstanceTypesBytes(ByteString value)

public SpotConfig.Builder addInstanceTypesBytes(ByteString value)

Required. A list of instance types for creating spot node pool.

repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes of the instanceTypes to add.

Returns
TypeDescription
SpotConfig.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public SpotConfig build()
Returns
TypeDescription
SpotConfig

buildPartial()

public SpotConfig buildPartial()
Returns
TypeDescription
SpotConfig

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearInstanceTypes()

public SpotConfig.Builder clearInstanceTypes()

Required. A list of instance types for creating spot node pool.

repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SpotConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public SpotConfig getDefaultInstanceForType()
Returns
TypeDescription
SpotConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getInstanceTypes(int index)

public String getInstanceTypes(int index)

Required. A list of instance types for creating spot node pool.

repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The instanceTypes at the given index.

getInstanceTypesBytes(int index)

public ByteString getInstanceTypesBytes(int index)

Required. A list of instance types for creating spot node pool.

repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the instanceTypes at the given index.

getInstanceTypesCount()

public int getInstanceTypesCount()

Required. A list of instance types for creating spot node pool.

repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of instanceTypes.

getInstanceTypesList()

public ProtocolStringList getInstanceTypesList()

Required. A list of instance types for creating spot node pool.

repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ProtocolStringList

A list containing the instanceTypes.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SpotConfig other)

public SpotConfig.Builder mergeFrom(SpotConfig other)
Parameter
NameDescription
otherSpotConfig
Returns
TypeDescription
SpotConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setInstanceTypes(int index, String value)

public SpotConfig.Builder setInstanceTypes(int index, String value)

Required. A list of instance types for creating spot node pool.

repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The instanceTypes to set.

Returns
TypeDescription
SpotConfig.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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