public sealed class StackdriverLoggingConfig : IMessage<StackdriverLoggingConfig>, IEquatable<StackdriverLoggingConfig>, IDeepCloneable<StackdriverLoggingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class StackdriverLoggingConfig.
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 in the Google Cloud Tasks v2 API allows configuration for writing logs to Stackdriver Logging."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cStackdriverLoggingConfig\u003e`, `IDeepCloneable\u003cStackdriverLoggingConfig\u003e`, and `IBufferMessage`."],["The `StackdriverLoggingConfig` class is available in multiple versions, with the latest being version 3.5.0, and older versions ranging back to 2.2.0."],["It inherits from the `object` class and includes members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It allows specifying a `SamplingRatio` to determine the fraction of operations logged, ranging from 0.0 (no logs) to 1.0 (all operations logged)."]]],[]]