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."],[[["This document provides reference information for the `StackdriverLoggingConfig` class within the Google Cloud Tasks v2 API, specifically version 3.3.0."],["`StackdriverLoggingConfig` is used for configuring log writing to Stackdriver Logging, as part of the Google Cloud service."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `StackdriverLoggingConfig` class has a `SamplingRatio` property that determines the proportion of operations that will be logged, with values ranging from 0.0 to 1.0."],["The page also contains links to older and the newest versions of the class, with 3.5.0 being the most recent."]]],[]]