public sealed class GetTargetPoolRequest : IMessage<GetTargetPoolRequest>, IEquatable<GetTargetPoolRequest>, IDeepCloneable<GetTargetPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetPoolRequest.
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 webpage provides reference documentation for the `GetTargetPoolRequest` class within the Google.Cloud.Compute.V1 API, specifically version 2.12.0."],["The `GetTargetPoolRequest` class is used to construct requests for retrieving information about a specific TargetPool resource in Google Compute Engine."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages and supporting various operations."],["Key properties of `GetTargetPoolRequest` include `Project`, `Region`, and `TargetPool`, which are used to specify the project, region, and the target pool's name, respectively, for the request."],["The page provides links to all versions from 1.0.0 to 3.6.0, however, 3.6.0 is noted as the latest."]]],[]]