GoogleApi.CloudTasks.V2.Model.StackdriverLoggingConfig (google_api_cloud_tasks v0.18.2) View Source
Configuration options for writing logs to Stackdriver Logging.
Attributes
-
samplingRatio
(type:float()
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudTasks.V2.Model.StackdriverLoggingConfig{ samplingRatio: float() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.