Google Cloud Tasks v2beta3 API - Class StackdriverLoggingConfig (3.0.0-beta06)

public sealed class StackdriverLoggingConfig : IMessage<StackdriverLoggingConfig>, IEquatable<StackdriverLoggingConfig>, IDeepCloneable<StackdriverLoggingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class StackdriverLoggingConfig.

Configuration options for writing logs to Stackdriver Logging.

Inheritance

object > StackdriverLoggingConfig

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Constructors

StackdriverLoggingConfig()

public StackdriverLoggingConfig()

StackdriverLoggingConfig(StackdriverLoggingConfig)

public StackdriverLoggingConfig(StackdriverLoggingConfig other)
Parameter
NameDescription
otherStackdriverLoggingConfig

Properties

SamplingRatio

public double SamplingRatio { get; set; }

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.

Property Value
TypeDescription
double