Class: Google::Cloud::CertificateManager::V1::UpdateCertificateMapRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::UpdateCertificateMapRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the UpdateCertificateMap
method.
Instance Attribute Summary collapse
-
#certificate_map ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMap
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#certificate_map ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMap
Returns Required. A definition of the certificate map to update.
195 196 197 198 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 195 class UpdateCertificateMapRequest 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.
195 196 197 198 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 195 class UpdateCertificateMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |