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 page provides reference documentation for the `StackdriverLoggingConfig` class within the Google Cloud Tasks v2 API, specifically for version 3.4.0."],["The `StackdriverLoggingConfig` class is used to configure how logs are written to Stackdriver Logging, a service within Google Cloud."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, and deep cloning."],["The primary configurable property within this class is `SamplingRatio`, which determines the proportion of operations that will be logged to Stackdriver Logging, ranging from 0.0 to 1.0."],["Besides version 3.4.0, the documentation is also available for other versions of the API, including a link to the latest release, 3.5.0."]]],[]]