Class: Google::Cloud::SecretManager::V1beta2::UpdateSecretRequest

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

Overview

Request message for SecretManagerService.UpdateSecret.

Instance Attribute Summary collapse

Instance Attribute Details

#secret::Google::Cloud::SecretManager::V1beta2::Secret

Returns Required. Secret with updated field values.

Returns:



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

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:



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

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