Class: Google::Cloud::Tasks::V2::StackdriverLoggingConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/queue.rb

Overview

Configuration options for writing logs to Stackdriver Logging.

Instance Attribute Summary collapse

Instance Attribute Details

#sampling_ratioFloat

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.

Returns:

  • (Float)

    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.



344
# File 'lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/queue.rb', line 344

class StackdriverLoggingConfig; end