Class: Google::Cloud::Tasks::V2beta3::UpdateCmekConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb

Overview

Request message for UpdateCmekConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#cmek_config::Google::Cloud::Tasks::V2beta3::CmekConfig

Returns Required. The config to update. Its name attribute distinguishes it.

Returns:



575
576
577
578
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 575

class UpdateCmekConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns List of fields to be updated in this request.

Returns:



575
576
577
578
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 575

class UpdateCmekConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end