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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage details the `StackdriverLoggingConfig` class, which allows configuration for logging operations to Stackdriver Logging."],["The `StackdriverLoggingConfig` class is part of the `Google.Cloud.Tasks.V2` namespace within the `Google.Cloud.Tasks.V2.dll` assembly, and is available from version 2.2.0 onward."],["The latest version of the API can be found under version 3.5.0, while this page details the class under version 2.2.0."],["The `StackdriverLoggingConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the `Object` class as its parent."],["The class includes a property named `SamplingRatio`, which is a double value specifying the fraction of operations that will be logged, with values ranging between 0.0 and 1.0."]]],[]]