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
179 180 181 182 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 179 class UpdateSecretRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
179 180 181 182 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 179 class UpdateSecretRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |