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-17 UTC."],[[["The latest version of the Google Cloud Tasks V2 StackdriverLoggingConfig is 3.5.0, with multiple previous versions available, going back to 2.2.0."],["StackdriverLoggingConfig allows configuration for writing logs to Stackdriver Logging."],["The StackdriverLoggingConfig class inherits from Object and implements IMessage\\\u003cStackdriverLoggingConfig\u003e, IEquatable\\\u003cStackdriverLoggingConfig\u003e, IDeepCloneable\\\u003cStackdriverLoggingConfig\u003e, IBufferMessage, and IMessage."],["The `SamplingRatio` property, of type `double`, controls the fraction of operations logged to Stackdriver Logging, with a value between 0.0 and 1.0."],["There are two constructor methods, `StackdriverLoggingConfig()` and `StackdriverLoggingConfig(StackdriverLoggingConfig other)`, to create instances of the class."]]],[]]