Class: Google::Cloud::DiscoveryEngine::V1::UpdateCmekConfigRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#config::Google::Cloud::DiscoveryEngine::V1::CmekConfig

Returns Required. The CmekConfig resource.

Returns:



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.

Returns:

  • (::Boolean)

    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