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 latest version available for the `GetCaPoolRequest` class is 3.9.0, and the page references versions as old as 1.0.0, with the currently documented version being 2.2.0."],["The `GetCaPoolRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its diverse functionalities."],["The class has two constructors, `GetCaPoolRequest()` for default instantiation, and a copy constructor, `GetCaPoolRequest(GetCaPoolRequest other)`, to create a copy of an existing `GetCaPoolRequest` instance."],["It includes properties such as `CaPoolName` (a typed view of the resource name) and `Name` (the resource name itself), which are crucial for identifying the specific `CaPool` to be retrieved."]]],[]]