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 webpage provides documentation for the `StackdriverLoggingConfig` class within the Google Cloud Tasks v2 API for .NET."],["The `StackdriverLoggingConfig` class is used to configure logging to Stackdriver Logging, allowing control over which operations are logged."],["Version 3.5.0 is the latest available, with versions dating back to 2.2.0 available for use and reference."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` and inherits members from the `object` base class."],["The `SamplingRatio` property of the `StackdriverLoggingConfig` class allows specification of the fraction of operations written to Stackdriver Logging, ranging from 0.0 to 1.0, with 0.0 indicating no logging."]]],[]]