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"]],[["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 `StackdriverLoggingConfig` class in the Google Cloud Tasks v2 API allows configuration for writing logs to Stackdriver Logging."],["This class is part of the `Google.Cloud.Tasks.V2` namespace and is available in the `Google.Cloud.Tasks.V2.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, and inherits from the `Object` class."],["The class has a `SamplingRatio` property that determines the fraction of operations that will be logged to Stackdriver, with a range from 0.0 to 1.0."],["The document contains links to previous versions of the same documentation, with 3.5.0 being the latest version."]]],[]]