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 information about a specific `CaPool` through the `CertificateAuthorityService`."],["The `GetCaPoolRequest` class is part of the `Google.Cloud.Security.PrivateCA.V1` namespace within the Google Cloud Security Private CA library for .NET."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages, object comparison, cloning, and efficient data handling."],["It includes constructors for creating an empty `GetCaPoolRequest` or copying an existing one, along with properties for specifying the `CaPoolName` and the `Name` of the `CaPool` to be retrieved."],["The latest version of this is 3.9.0 and there are 15 versions listed ranging from 1.0.0 up to 3.9.0."]]],[]]