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-04-02 UTC."],[[["This webpage details the `GetCertificateRevocationListRequest` class, which is a request message for retrieving certificate revocation lists within the Google Cloud Security Private CA V1 service."],["The latest version of the API for the `GetCertificateRevocationListRequest` is 3.9.0, with historical versions dating back to version 1.0.0 also documented."],["The `GetCertificateRevocationListRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (a string) and `CertificateRevocationListName`, which is a `CertificateRevocationListName` type, both required for identifying the specific certificate revocation list."],["The webpage also describes the constructors available for the `GetCertificateRevocationListRequest` class, including a parameter for `GetCertificateRevocationListRequest other`."]]],[]]