Class: Google::Cloud::CertificateManager::V1::GetCertificateMapEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::GetCertificateMapEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the GetCertificateMapEntry
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the certificate map entry to describe. Must be in the
format projects/*/locations/*/certificateMaps/*/certificateMapEntries/*
.
263 264 265 266 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 263 class GetCertificateMapEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |