Reference documentation and code samples for the Cloud Tasks V2beta3 API class Google::Cloud::Tasks::V2beta3::UpdateCmekConfigRequest.
Request message for UpdateCmekConfig.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cmek_config
def cmek_config() -> ::Google::Cloud::Tasks::V2beta3::CmekConfig
Returns
- (::Google::Cloud::Tasks::V2beta3::CmekConfig) — Required. The config to update. Its name attribute distinguishes it.
#cmek_config=
def cmek_config=(value) -> ::Google::Cloud::Tasks::V2beta3::CmekConfig
Parameter
- value (::Google::Cloud::Tasks::V2beta3::CmekConfig) — Required. The config to update. Its name attribute distinguishes it.
Returns
- (::Google::Cloud::Tasks::V2beta3::CmekConfig) — Required. The config to update. Its name attribute distinguishes it.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — List of fields to be updated in this request.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — List of fields to be updated in this request.
Returns
- (::Google::Protobuf::FieldMask) — List of fields to be updated in this request.