Class CreateCertificateRequest (1.0.0-beta02)

public sealed class CreateCertificateRequest : IMessage<CreateCertificateRequest>, IEquatable<CreateCertificateRequest>, IDeepCloneable<CreateCertificateRequest>, IBufferMessage, IMessage

Request for the CreateCertificate method.

Inheritance

Object > CreateCertificateRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

CreateCertificateRequest()

public CreateCertificateRequest()

CreateCertificateRequest(CreateCertificateRequest)

public CreateCertificateRequest(CreateCertificateRequest other)
Parameter
NameDescription
otherCreateCertificateRequest

Properties

Certificate

public Certificate Certificate { get; set; }

Required. A definition of the certificate to create.

Property Value
TypeDescription
Certificate

CertificateId

public string CertificateId { get; set; }

Required. A user-provided name of the certificate.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The parent resource of the certificate. Must be in the format projects/*/locations/*.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName