Class: Google::Cloud::SecretManager::V1::UpdateSecretRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/secretmanager/v1/service.rb

Overview

Request message for SecretManagerService.UpdateSecret.

Instance Attribute Summary collapse

Instance Attribute Details

#secret::Google::Cloud::SecretManager::V1::Secret

Returns Required. Secret with updated field values.

Returns:



205
206
207
208
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 205

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. Specifies the fields to be updated.

Returns:



205
206
207
208
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 205

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