Class: Google::Cloud::DiscoveryEngine::V1::UpdateCmekConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::UpdateCmekConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb
Overview
Request message for UpdateCmekConfig method. rpc.
Instance Attribute Summary collapse
-
#config ⇒ ::Google::Cloud::DiscoveryEngine::V1::CmekConfig
Required.
-
#set_default ⇒ ::Boolean
Set the following CmekConfig as the default to be used for child resources if one is not specified.
Instance Attribute Details
#config ⇒ ::Google::Cloud::DiscoveryEngine::V1::CmekConfig
Returns Required. The CmekConfig resource.
33 34 35 36 |
# File 'proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb', line 33 class UpdateCmekConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#set_default ⇒ ::Boolean
Returns Set the following CmekConfig as the default to be used for child resources if one is not specified.
33 34 35 36 |
# File 'proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb', line 33 class UpdateCmekConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |