public sealed class StackdriverLoggingConfig : IMessage<StackdriverLoggingConfig>, IEquatable<StackdriverLoggingConfig>, IDeepCloneable<StackdriverLoggingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 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 documentation for the `StackdriverLoggingConfig` class within the Google Cloud Tasks v2beta3 API, specifically for the .NET environment."],["`StackdriverLoggingConfig` is a class used to configure logging options for Stackdriver Logging, with implementation of several interfaces for specific functionalities."],["The `SamplingRatio` property, a double value, within `StackdriverLoggingConfig` determines the percentage of operations logged to Stackdriver Logging, with 0.0 representing no logging."],["There are two constructors for the class, a parameterless one, and one that takes another StackdriverLoggingConfig as a parameter."],["The class is found within the `Google.Cloud.Tasks.V2Beta3` namespace and is compiled into the `Google.Cloud.Tasks.V2Beta3.dll` assembly."]]],[]]