Class: Google::Cloud::Tasks::V2beta3::StackdriverLoggingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta3::StackdriverLoggingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta3/queue.rb
Overview
Configuration options for writing logs to Stackdriver Logging.
Instance Attribute Summary collapse
-
#sampling_ratio ⇒ ::Float
Specifies the fraction of operations to write to Stackdriver Logging.
Instance Attribute Details
#sampling_ratio ⇒ ::Float
Returns 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.
401 402 403 404 |
# File 'proto_docs/google/cloud/tasks/v2beta3/queue.rb', line 401 class StackdriverLoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |