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