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