Class: Google::Cloud::CertificateManager::V1::UpdateCertificateMapEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::UpdateCertificateMapEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the UpdateCertificateMapEntry
method.
Instance Attribute Summary collapse
-
#certificate_map_entry ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMapEntry
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#certificate_map_entry ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMapEntry
Returns Required. A definition of the certificate map entry to create map entry.
293 294 295 296 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 293 class UpdateCertificateMapEntryRequest 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.
293 294 295 296 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 293 class UpdateCertificateMapEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |