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 used in the `CertificateAuthorityService.GetCertificateRevocationList` method for the Google Cloud Security Private CA API."],["The `GetCertificateRevocationListRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based message operations."],["The class has two constructors: a default constructor and a copy constructor, allowing for object creation and duplication."],["The `GetCertificateRevocationListRequest` class has two properties: `CertificateRevocationListName`, representing the typed view over the resource name, and `Name`, which is a string property representing the name of the certificate revocation list to retrieve."],["The document includes links to previous versions of the library ranging from 1.0.0 to 3.9.0."]]],[]]