Class: Google::Cloud::CertificateManager::V1::CreateCertificateMapRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::CreateCertificateMapRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the CreateCertificateMap
method.
Instance Attribute Summary collapse
-
#certificate_map ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMap
Required.
-
#certificate_map_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#certificate_map ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMap
Returns Required. A definition of the certificate map to create.
181 182 183 184 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 181 class CreateCertificateMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#certificate_map_id ⇒ ::String
Returns Required. A user-provided name of the certificate map.
181 182 183 184 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 181 class CreateCertificateMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the certificate map. Must be in the format
projects/*/locations/*
.
181 182 183 184 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 181 class CreateCertificateMapRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |