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.
424 425 426 427 |
# File 'proto_docs/google/cloud/tasks/v2beta3/queue.rb', line 424 class StackdriverLoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |