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