Class: Google::Cloud::Logging::V2::UpdateCmekSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::UpdateCmekSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The parameters to UpdateCmekSettings.
See Enabling CMEK for Log Router for more information.
Instance Attribute Summary collapse
-
#cmek_settings ⇒ ::Google::Cloud::Logging::V2::CmekSettings
Required.
-
#name ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#cmek_settings ⇒ ::Google::Cloud::Logging::V2::CmekSettings
1126 1127 1128 1129 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1126 class UpdateCmekSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
1126 1127 1128 1129 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1126 class UpdateCmekSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
1126 1127 1128 1129 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1126 class UpdateCmekSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |