Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::UpdateCertificateMapRequest.
Request for the UpdateCertificateMap
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#certificate_map
def certificate_map() -> ::Google::Cloud::CertificateManager::V1::CertificateMap
Returns
- (::Google::Cloud::CertificateManager::V1::CertificateMap) — Required. A definition of the certificate map to update.
#certificate_map=
def certificate_map=(value) -> ::Google::Cloud::CertificateManager::V1::CertificateMap
Parameter
- value (::Google::Cloud::CertificateManager::V1::CertificateMap) — Required. A definition of the certificate map to update.
Returns
- (::Google::Cloud::CertificateManager::V1::CertificateMap) — Required. A definition of the certificate map 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.