Show / Hide Table of Contents

Class GetCertificateRevocationListRequest

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

Inheritance
System.Object
GetCertificateRevocationListRequest
Implements
IMessage<GetCertificateRevocationListRequest>
System.IEquatable<GetCertificateRevocationListRequest>
IDeepCloneable<GetCertificateRevocationListRequest>
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 GetCertificateRevocationListRequest : IMessage<GetCertificateRevocationListRequest>, IEquatable<GetCertificateRevocationListRequest>, IDeepCloneable<GetCertificateRevocationListRequest>, IBufferMessage, IMessage

Constructors

GetCertificateRevocationListRequest()

Declaration
public GetCertificateRevocationListRequest()

GetCertificateRevocationListRequest(GetCertificateRevocationListRequest)

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

Properties

CertificateRevocationListName

CertificateRevocationListName-typed view over the Name resource name property.

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

Name

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

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