Class: Google::Cloud::CertificateManager::V1::UpdateCertificateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::UpdateCertificateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the UpdateCertificate
method.
Instance Attribute Summary collapse
-
#certificate ⇒ ::Google::Cloud::CertificateManager::V1::Certificate
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#certificate ⇒ ::Google::Cloud::CertificateManager::V1::Certificate
Returns Required. A definition of the certificate to update.
102 103 104 105 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 102 class UpdateCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
102 103 104 105 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 102 class UpdateCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |