Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::UpdateCertificateRequest.
Request for the UpdateCertificate
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#certificate
def certificate() -> ::Google::Cloud::CertificateManager::V1::Certificate
Returns
- (::Google::Cloud::CertificateManager::V1::Certificate) — Required. A definition of the certificate to update.
#certificate=
def certificate=(value) -> ::Google::Cloud::CertificateManager::V1::Certificate
Parameter
- value (::Google::Cloud::CertificateManager::V1::Certificate) — Required. A definition of the certificate to update.
Returns
- (::Google::Cloud::CertificateManager::V1::Certificate) — Required. A definition of the certificate to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
Returns
-
(::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.