Certificate Manager V1 API - Class Google::Cloud::CertificateManager::V1::CreateCertificateRequest (v0.4.2)

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

#certificate=

def certificate=(value) -> ::Google::Cloud::CertificateManager::V1::Certificate
Parameter
Returns

#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/*.