Class AdvancedMachineFeatures.Builder (2.3.6)

public static final class AdvancedMachineFeatures.Builder extends GeneratedMessageV3.Builder<AdvancedMachineFeatures.Builder> implements AdvancedMachineFeaturesOrBuilder

Specifies options for controlling advanced machine features.

Protobuf type google.container.v1.AdvancedMachineFeatures

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public AdvancedMachineFeatures build()
Returns
TypeDescription
AdvancedMachineFeatures

buildPartial()

public AdvancedMachineFeatures buildPartial()
Returns
TypeDescription
AdvancedMachineFeatures

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearThreadsPerCore()

public AdvancedMachineFeatures.Builder clearThreadsPerCore()

The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.

optional int64 threads_per_core = 1;

Returns
TypeDescription
AdvancedMachineFeatures.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public AdvancedMachineFeatures getDefaultInstanceForType()
Returns
TypeDescription
AdvancedMachineFeatures

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getThreadsPerCore()

public long getThreadsPerCore()

The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.

optional int64 threads_per_core = 1;

Returns
TypeDescription
long

The threadsPerCore.

hasThreadsPerCore()

public boolean hasThreadsPerCore()

The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.

optional int64 threads_per_core = 1;

Returns
TypeDescription
boolean

Whether the threadsPerCore field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AdvancedMachineFeatures other)

public AdvancedMachineFeatures.Builder mergeFrom(AdvancedMachineFeatures other)
Parameter
NameDescription
otherAdvancedMachineFeatures
Returns
TypeDescription
AdvancedMachineFeatures.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setThreadsPerCore(long value)

public AdvancedMachineFeatures.Builder setThreadsPerCore(long value)

The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.

optional int64 threads_per_core = 1;

Parameter
NameDescription
valuelong

The threadsPerCore to set.

Returns
TypeDescription
AdvancedMachineFeatures.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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