Class: Google::Cloud::SecretManager::V1::UpdateSecretRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::UpdateSecretRequest
- 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
-
#secret ⇒ ::Google::Cloud::SecretManager::V1::Secret
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#secret ⇒ ::Google::Cloud::SecretManager::V1::Secret
Returns Required. Secret with updated field values.
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.
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 |