Class: Google::Cloud::Batch::V1::LogsPolicy::CloudLoggingOption

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/batch/v1/job.rb

Overview

CloudLoggingOption contains additional settings for Cloud Logging logs generated by Batch job.

Instance Attribute Summary collapse

Instance Attribute Details

#use_generic_task_monitored_resource::Boolean

Returns Optional. Set this flag to true to change the monitored resource type for Cloud Logging logs generated by this Batch job from the batch.googleapis.com/Job type to the formerly used generic_task type.

Returns:



116
117
118
119
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 116

class CloudLoggingOption
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end