Class: Google::Cloud::Ces::V1::CloudLoggingSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::CloudLoggingSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/app.rb
Overview
Settings to describe the Cloud Logging behaviors for the app.
Instance Attribute Summary collapse
-
#enable_cloud_logging ⇒ ::Boolean
Optional.
Instance Attribute Details
#enable_cloud_logging ⇒ ::Boolean
Returns Optional. Whether to enable Cloud Logging for the sessions.
579 580 581 582 |
# File 'proto_docs/google/cloud/ces/v1/app.rb', line 579 class CloudLoggingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |