public sealed class GetCertificateRevocationListRequest : IMessage<GetCertificateRevocationListRequest>, IEquatable<GetCertificateRevocationListRequest>, IDeepCloneable<GetCertificateRevocationListRequest>, IBufferMessage, IMessage
Request message for
[CertificateAuthorityService.GetCertificateRevocationList][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateRevocationList].
Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
[CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `GetCertificateRevocationListRequest` class, which is a request message for retrieving a Certificate Revocation List in Google Cloud's Private CA service."],["The `GetCertificateRevocationListRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["The class offers two constructors, a default one and another that accepts another `GetCertificateRevocationListRequest` instance for initialization, and it has two properties: `CertificateRevocationListName` for a typed view of the resource name and `Name` for the string representation of the name."],["The content lists various versions of the `GetCertificateRevocationListRequest` ranging from version 1.0.0 to 3.9.0 with 3.9.0 being the latest."],["There are several inherited members from `Object`, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]