Class: Google::Cloud::SecretManager::V1beta1::UpdateSecretRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta1::UpdateSecretRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secrets/v1beta1/service.rb
Overview
Request message for SecretManagerService.UpdateSecret.
Instance Attribute Summary collapse
-
#secret ⇒ ::Google::Cloud::SecretManager::V1beta1::Secret
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#secret ⇒ ::Google::Cloud::SecretManager::V1beta1::Secret
Returns Required. Secret with updated field values.
158 159 160 161 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 158 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.
158 159 160 161 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 158 class UpdateSecretRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |