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 is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is found within the `Google.Cloud.Security.PrivateCA.V1.dll` assembly, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a parameterless one and one that takes another `GetCertificateRevocationListRequest` object, allowing for the creation of new instances or copies."],["Key properties include `CertificateRevocationListName`, which provides a typed view of the resource name, and `Name`, a string property representing the required name of the `CertificateRevocationList` to retrieve, along with a list of previous versions of this api."],["This list of previous versions of the api, ranges from version `1.0.0` to the latest version `3.9.0` of `GetCertificateRevocationListRequest` available."]]],[]]