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-03-21 UTC."],[[["The content describes `StackdriverLoggingConfig`, a class used for configuring log writing to Stackdriver Logging."],["This class is found within the `Google.Cloud.Tasks.V2` namespace and is implemented in the `Google.Cloud.Tasks.V2.dll` assembly."],["`StackdriverLoggingConfig` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `SamplingRatio` property, a double between 0.0 and 1.0, that determines the proportion of operations logged to Stackdriver Logging."],["The provided content includes a list of previous version of `StackdriverLoggingConfig`, and the latest version is 3.5.0, while the specific version being described is 2.3.0."]]],[]]