public sealed class GetCertificateRevocationListRequest : IMessage<GetCertificateRevocationListRequest>, IEquatable<GetCertificateRevocationListRequest>, IDeepCloneable<GetCertificateRevocationListRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class GetCertificateRevocationListRequest.
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 page provides reference documentation for the `GetCertificateRevocationListRequest` class in the Google Cloud Security Private CA v1 API, with version 3.8.0 being the focus, but also detailing the latest being 3.9.0."],["The `GetCertificateRevocationListRequest` class is a request message used to retrieve a `CertificateRevocationList`, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CertificateRevocationListName` and `Name`, which are essential for specifying the `CertificateRevocationList` to be retrieved, and the required name."],["It details the constructor methods of the `GetCertificateRevocationListRequest` class, allowing for the creation of new instances, either empty or by copying another, and describes the properties of the class."],["The document provides a listing of previous versions of the `GetCertificateRevocationListRequest` from version 1.0.0 to 3.7.0, along with the most recent 3.9.0, that are available for reference."]]],[]]