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 to retrieve a `CaPool` in the `Google.Cloud.Security.PrivateCA.V1` namespace."],["The latest version of this class is 3.9.0, and the page provides links to documentation for various previous versions, including the current version 2.3.0, along with older versions all the way down to 1.0.0."],["`GetCaPoolRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GetCaPoolRequest` class contains two primary properties: `CaPoolName`, which is a typed view over the `Name` property, and `Name`, which represents the resource name of the `CaPool` to retrieve, and it is required."],["The page provides links to documentation for versions of this class from 1.0.0 to 3.9.0, along with the namespace and the assembly information."]]],[]]