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 `CaPool` in the `Google.Cloud.Security.PrivateCA.V1` namespace."],["The `GetCaPoolRequest` class is part of the Google Cloud Security Private CA .NET library, and the page provides documentation for version 2.0.0 and links to versions ranging from 1.0.0 to 3.9.0."],["The `GetCaPoolRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `GetCaPoolRequest` class contains two properties: `CaPoolName` which is the typed view for the resource name, and `Name` which is a required field to specify the name of the `CaPool` to get."],["The page provides details on the constructors available for creating a `GetCaPoolRequest` object, including a default constructor and a copy constructor, along with a list of its inherited members."]]],[]]