Class: Google::Cloud::CertificateManager::V1::CreateCertificateMapEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::CreateCertificateMapEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the CreateCertificateMapEntry
method.
Instance Attribute Summary collapse
-
#certificate_map_entry ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMapEntry
Required.
-
#certificate_map_entry_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#certificate_map_entry ⇒ ::Google::Cloud::CertificateManager::V1::CertificateMapEntry
Returns Required. A definition of the certificate map entry to create.
279 280 281 282 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 279 class CreateCertificateMapEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#certificate_map_entry_id ⇒ ::String
Returns Required. A user-provided name of the certificate map entry.
279 280 281 282 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 279 class CreateCertificateMapEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the certificate map entry. Must be in the
format projects/*/locations/*/certificateMaps/*
.
279 280 281 282 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 279 class CreateCertificateMapEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |