public sealed class GetCaPoolRequest : IMessage<GetCaPoolRequest>, IEquatable<GetCaPoolRequest>, IDeepCloneable<GetCaPoolRequest>, IBufferMessage, IMessage
Request message for [CertificateAuthorityService.GetCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool].
[[["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 `GetCaPoolRequest` class, which is a request message used for retrieving a specific `CaPool` in the Google Cloud Security Private CA service."],["The `GetCaPoolRequest` class is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is found in the `Google.Cloud.Security.PrivateCA.V1.dll` assembly."],["The `GetCaPoolRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors: a default one and one that accepts another `GetCaPoolRequest` object, and two properties: `CaPoolName` and `Name`."],["The page provides links to all versions of the `GetCaPoolRequest` document from version `1.0.0` to `3.9.0`, with `3.9.0` being the latest."]]],[]]