public sealed class GetTargetPoolRequest : IMessage<GetTargetPoolRequest>, IEquatable<GetTargetPoolRequest>, IDeepCloneable<GetTargetPoolRequest>, IBufferMessage, IMessage
A request message for TargetPools.Get. See the method description for details.
[[["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 page details the `GetTargetPoolRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving information about a specific TargetPool in Google Cloud Compute."],["The latest version documented is 3.6.0, with several previous versions, dating back to 1.0.0, also available for reference."],["`GetTargetPoolRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GetTargetPoolRequest` class has three key properties: `Project` (the project ID), `Region` (the region name), and `TargetPool` (the name of the target pool resource)."],["There are two constructors, a default one and one that takes another instance of `GetTargetPoolRequest` as a parameter, for cloning."]]],[]]