Certificate Manager v1 API - Class GetCertificateRequest (2.4.0)

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

Reference documentation and code samples for the Certificate Manager v1 API class GetCertificateRequest.

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