Class: Google::Cloud::Tasks::V2::StackdriverLoggingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::StackdriverLoggingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2/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.
369 370 371 372 |
# File 'proto_docs/google/cloud/tasks/v2/queue.rb', line 369 class StackdriverLoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |