Class LoggingComponentConfig.Builder (2.46.0)

public static final class LoggingComponentConfig.Builder extends GeneratedMessageV3.Builder<LoggingComponentConfig.Builder> implements LoggingComponentConfigOrBuilder

LoggingComponentConfig is cluster logging component configuration.

Protobuf type google.container.v1.LoggingComponentConfig

Static Methods

getDescriptor()

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

Methods

addAllEnableComponents(Iterable<? extends LoggingComponentConfig.Component> values)

public LoggingComponentConfig.Builder addAllEnableComponents(Iterable<? extends LoggingComponentConfig.Component> values)

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Parameter
Name Description
values Iterable<? extends com.google.container.v1.LoggingComponentConfig.Component>

The enableComponents to add.

Returns
Type Description
LoggingComponentConfig.Builder

This builder for chaining.

addAllEnableComponentsValue(Iterable<Integer> values)

public LoggingComponentConfig.Builder addAllEnableComponentsValue(Iterable<Integer> values)

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Parameter
Name Description
values Iterable<Integer>

The enum numeric values on the wire for enableComponents to add.

Returns
Type Description
LoggingComponentConfig.Builder

This builder for chaining.

addEnableComponents(LoggingComponentConfig.Component value)

public LoggingComponentConfig.Builder addEnableComponents(LoggingComponentConfig.Component value)

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Parameter
Name Description
value LoggingComponentConfig.Component

The enableComponents to add.

Returns
Type Description
LoggingComponentConfig.Builder

This builder for chaining.

addEnableComponentsValue(int value)

public LoggingComponentConfig.Builder addEnableComponentsValue(int value)

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for enableComponents to add.

Returns
Type Description
LoggingComponentConfig.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LoggingComponentConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LoggingComponentConfig.Builder
Overrides

build()

public LoggingComponentConfig build()
Returns
Type Description
LoggingComponentConfig

buildPartial()

public LoggingComponentConfig buildPartial()
Returns
Type Description
LoggingComponentConfig

clear()

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

clearEnableComponents()

public LoggingComponentConfig.Builder clearEnableComponents()

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Returns
Type Description
LoggingComponentConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public LoggingComponentConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
LoggingComponentConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public LoggingComponentConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
LoggingComponentConfig.Builder
Overrides

clone()

public LoggingComponentConfig.Builder clone()
Returns
Type Description
LoggingComponentConfig.Builder
Overrides

getDefaultInstanceForType()

public LoggingComponentConfig getDefaultInstanceForType()
Returns
Type Description
LoggingComponentConfig

getDescriptorForType()

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

getEnableComponents(int index)

public LoggingComponentConfig.Component getEnableComponents(int index)

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
LoggingComponentConfig.Component

The enableComponents at the given index.

getEnableComponentsCount()

public int getEnableComponentsCount()

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Returns
Type Description
int

The count of enableComponents.

getEnableComponentsList()

public List<LoggingComponentConfig.Component> getEnableComponentsList()

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Returns
Type Description
List<Component>

A list containing the enableComponents.

getEnableComponentsValue(int index)

public int getEnableComponentsValue(int index)

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of enableComponents at the given index.

getEnableComponentsValueList()

public List<Integer> getEnableComponentsValueList()

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for enableComponents.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(LoggingComponentConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LoggingComponentConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LoggingComponentConfig.Builder
Overrides

setEnableComponents(int index, LoggingComponentConfig.Component value)

public LoggingComponentConfig.Builder setEnableComponents(int index, LoggingComponentConfig.Component value)

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Parameters
Name Description
index int

The index to set the value at.

value LoggingComponentConfig.Component

The enableComponents to set.

Returns
Type Description
LoggingComponentConfig.Builder

This builder for chaining.

setEnableComponentsValue(int index, int value)

public LoggingComponentConfig.Builder setEnableComponentsValue(int index, int value)

Select components to collect logs. An empty set would disable all logging.

repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;

Parameters
Name Description
index int

The index to set the value at.

value int

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

Returns
Type Description
LoggingComponentConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public LoggingComponentConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LoggingComponentConfig.Builder
Overrides

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

public LoggingComponentConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
LoggingComponentConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final LoggingComponentConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LoggingComponentConfig.Builder
Overrides