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 the `CertificateAuthorityService.GetCertificateRevocationList` method within the Google Cloud Security Private CA V1 API."],["The latest version of the API documented is 3.9.0, with versions ranging down to 1.0.0 available for reference within the content of this webpage."],["The `GetCertificateRevocationListRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCertificateRevocationListRequest` class includes properties like `CertificateRevocationListName` and `Name`, the latter being a required field representing the resource name of the CertificateRevocationList to get."],["The webpage also outlines the constructors available for creating instances of the `GetCertificateRevocationListRequest` class, including a default constructor and a constructor that takes another `GetCertificateRevocationListRequest` object as a parameter."]]],[]]