Class: Google::Cloud::Ces::V1beta::CloudLoggingSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/app.rb

Overview

Settings to describe the Cloud Logging behaviors for the app.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_cloud_logging::Boolean

Returns Optional. Whether to enable Cloud Logging for the sessions.

Returns:

  • (::Boolean)

    Optional. Whether to enable Cloud Logging for the sessions.



671
672
673
674
# File 'proto_docs/google/cloud/ces/v1beta/app.rb', line 671

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