Class: Google::Cloud::Logging::V2::Settings
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::Settings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
Describes the settings associated with a project, folder, organization, billing account, or flexible resource.
Instance Attribute Summary collapse
-
#disable_default_sink ⇒ ::Boolean
Optional.
-
#kms_key_name ⇒ ::String
Optional.
-
#kms_service_account_id ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#storage_location ⇒ ::String
Optional.
Instance Attribute Details
#disable_default_sink ⇒ ::Boolean
1339 1340 1341 1342 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1339 class Settings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kms_key_name ⇒ ::String
1339 1340 1341 1342 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1339 class Settings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kms_service_account_id ⇒ ::String (readonly)
1339 1340 1341 1342 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1339 class Settings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
1339 1340 1341 1342 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1339 class Settings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_location ⇒ ::String
1339 1340 1341 1342 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1339 class Settings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |