Class GetCertificateRequest (1.0.0-beta02)

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

Request for the GetCertificate method.

Inheritance

Object > GetCertificateRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

GetCertificateRequest()

public GetCertificateRequest()

GetCertificateRequest(GetCertificateRequest)

public GetCertificateRequest(GetCertificateRequest other)
Parameter
NameDescription
otherGetCertificateRequest

Properties

CertificateName

public CertificateName CertificateName { get; set; }

CertificateName-typed view over the Name resource name property.

Property Value
TypeDescription
CertificateName

Name

public string Name { get; set; }

Required. A name of the certificate to describe. Must be in the format projects/*/locations/*/certificates/*.

Property Value
TypeDescription
String