Class StackdriverLoggingConfig.Builder (2.83.0)

public static final class StackdriverLoggingConfig.Builder extends GeneratedMessage.Builder<StackdriverLoggingConfig.Builder> implements StackdriverLoggingConfigOrBuilder

Configuration options for writing logs to Stackdriver Logging.

Protobuf type google.cloud.tasks.v2beta3.StackdriverLoggingConfig

Static Methods

getDescriptor()

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

Methods

build()

public StackdriverLoggingConfig build()
Returns
Type Description
StackdriverLoggingConfig

buildPartial()

public StackdriverLoggingConfig buildPartial()
Returns
Type Description
StackdriverLoggingConfig

clear()

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

clearSamplingRatio()

public StackdriverLoggingConfig.Builder clearSamplingRatio()

Specifies the fraction of operations to write to Stackdriver Logging. This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is the default and means that no operations are logged.

double sampling_ratio = 1;

Returns
Type Description
StackdriverLoggingConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public StackdriverLoggingConfig getDefaultInstanceForType()
Returns
Type Description
StackdriverLoggingConfig

getDescriptorForType()

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

getSamplingRatio()

public double getSamplingRatio()

Specifies the fraction of operations to write to Stackdriver Logging. This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is the default and means that no operations are logged.

double sampling_ratio = 1;

Returns
Type Description
double

The samplingRatio.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StackdriverLoggingConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setSamplingRatio(double value)

public StackdriverLoggingConfig.Builder setSamplingRatio(double value)

Specifies the fraction of operations to write to Stackdriver Logging. This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is the default and means that no operations are logged.

double sampling_ratio = 1;

Parameter
Name Description
value double

The samplingRatio to set.

Returns
Type Description
StackdriverLoggingConfig.Builder

This builder for chaining.