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