public sealed class StackdriverLoggingConfig : IMessage<StackdriverLoggingConfig>, IEquatable<StackdriverLoggingConfig>, IDeepCloneable<StackdriverLoggingConfig>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `StackdriverLoggingConfig` class provides configuration options for writing logs to Stackdriver Logging."],["This class is part of the `Google.Cloud.Tasks.V2` namespace and is available in multiple versions, with version 3.5.0 being the latest."],["`StackdriverLoggingConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use for various operations."],["The `SamplingRatio` property, a `double` between 0.0 and 1.0, controls the fraction of operations that are written to Stackdriver Logging."],["Constructors are provided for creating instances of the class, either empty or by copying from another `StackdriverLoggingConfig` instance."]]],[]]