Show / Hide Table of Contents

Class GetCertificateRequest

Request message for [CertificateAuthorityService.GetCertificate][google.cloud.security.privateca.v1beta1.CertificateAuthorityService.GetCertificate].

Inheritance
System.Object
GetCertificateRequest
Implements
IMessage<GetCertificateRequest>
System.IEquatable<GetCertificateRequest>
IDeepCloneable<GetCertificateRequest>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Security.PrivateCA.V1Beta1
Assembly: Google.Cloud.Security.PrivateCA.V1Beta1.dll
Syntax
public sealed class GetCertificateRequest : IMessage<GetCertificateRequest>, IEquatable<GetCertificateRequest>, IDeepCloneable<GetCertificateRequest>, IBufferMessage, IMessage

Constructors

GetCertificateRequest()

Declaration
public GetCertificateRequest()

GetCertificateRequest(GetCertificateRequest)

Declaration
public GetCertificateRequest(GetCertificateRequest other)
Parameters
Type Name Description
GetCertificateRequest other

Properties

CertificateName

CertificateName-typed view over the Name resource name property.

Declaration
public CertificateName CertificateName { get; set; }
Property Value
Type Description
CertificateName

Name

Required. The [name][google.cloud.security.privateca.v1beta1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1beta1.Certificate] to get.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top