Class StackdriverLoggingConfig.Builder (2.35.0)

public static final class StackdriverLoggingConfig.Builder extends GeneratedMessageV3.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public StackdriverLoggingConfig build()
Returns
TypeDescription
StackdriverLoggingConfig

buildPartial()

public StackdriverLoggingConfig buildPartial()
Returns
TypeDescription
StackdriverLoggingConfig

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

public StackdriverLoggingConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
StackdriverLoggingConfig.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public StackdriverLoggingConfig getDefaultInstanceForType()
Returns
TypeDescription
StackdriverLoggingConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
double

The samplingRatio.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(StackdriverLoggingConfig other)

public StackdriverLoggingConfig.Builder mergeFrom(StackdriverLoggingConfig other)
Parameter
NameDescription
otherStackdriverLoggingConfig
Returns
TypeDescription
StackdriverLoggingConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

public StackdriverLoggingConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valuedouble

The samplingRatio to set.

Returns
TypeDescription
StackdriverLoggingConfig.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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