Class RayClusterLoggingConfig.Builder (2.86.0)

public static final class RayClusterLoggingConfig.Builder extends GeneratedMessage.Builder<RayClusterLoggingConfig.Builder> implements RayClusterLoggingConfigOrBuilder

RayClusterLoggingConfig specifies logging configuration for Ray clusters.

Protobuf type google.container.v1beta1.RayClusterLoggingConfig

Static Methods

getDescriptor()

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

Methods

build()

public RayClusterLoggingConfig build()
Returns
Type Description
RayClusterLoggingConfig

buildPartial()

public RayClusterLoggingConfig buildPartial()
Returns
Type Description
RayClusterLoggingConfig

clear()

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

clearEnabled()

public RayClusterLoggingConfig.Builder clearEnabled()

Enable log collection for Ray clusters.

bool enabled = 1;

Returns
Type Description
RayClusterLoggingConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public RayClusterLoggingConfig getDefaultInstanceForType()
Returns
Type Description
RayClusterLoggingConfig

getDescriptorForType()

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

getEnabled()

public boolean getEnabled()

Enable log collection for Ray clusters.

bool enabled = 1;

Returns
Type Description
boolean

The enabled.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RayClusterLoggingConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEnabled(boolean value)

public RayClusterLoggingConfig.Builder setEnabled(boolean value)

Enable log collection for Ray clusters.

bool enabled = 1;

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
RayClusterLoggingConfig.Builder

This builder for chaining.