Class: Google::Cloud::CertificateManager::V1::CreateCertificateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb

Overview

Request for the CreateCertificate method.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::Google::Cloud::CertificateManager::V1::Certificate

Returns Required. A definition of the certificate to create.

Returns:



88
89
90
91
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 88

class CreateCertificateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#certificate_id::String

Returns Required. A user-provided name of the certificate.

Returns:

  • (::String)

    Required. A user-provided name of the certificate.



88
89
90
91
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 88

class CreateCertificateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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



88
89
90
91
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 88

class CreateCertificateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end