Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::CreateCertificateMapEntryRequest.
Request for the CreateCertificateMapEntry
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#certificate_map_entry
def certificate_map_entry() -> ::Google::Cloud::CertificateManager::V1::CertificateMapEntry
Returns
- (::Google::Cloud::CertificateManager::V1::CertificateMapEntry) — Required. A definition of the certificate map entry to create.
#certificate_map_entry=
def certificate_map_entry=(value) -> ::Google::Cloud::CertificateManager::V1::CertificateMapEntry
Parameter
- value (::Google::Cloud::CertificateManager::V1::CertificateMapEntry) — Required. A definition of the certificate map entry to create.
Returns
- (::Google::Cloud::CertificateManager::V1::CertificateMapEntry) — Required. A definition of the certificate map entry to create.
#certificate_map_entry_id
def certificate_map_entry_id() -> ::String
Returns
- (::String) — Required. A user-provided name of the certificate map entry.
#certificate_map_entry_id=
def certificate_map_entry_id=(value) -> ::String
Parameter
- value (::String) — Required. A user-provided name of the certificate map entry.
Returns
- (::String) — Required. A user-provided name of the certificate map entry.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource of the certificate map entry. Must be in the
format
projects/*/locations/*/certificateMaps/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource of the certificate map entry. Must be in the
format
projects/*/locations/*/certificateMaps/*
.
Returns
-
(::String) — Required. The parent resource of the certificate map entry. Must be in the
format
projects/*/locations/*/certificateMaps/*
.