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 documentation for the `GetTargetPoolRequest` class within the Google Cloud Compute Engine v1 API, specifically focusing on version 2.16.0, but also providing links to other versions from 1.0.0 to 3.6.0."],["The `GetTargetPoolRequest` class, used for TargetPools.Get operations, inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains constructors for creating a new `GetTargetPoolRequest` object or copying from an existing one, and the page details these constructors."],["The class has properties that are strings such as `Project`, `Region`, and `TargetPool`, which represent the project ID, region name, and target pool name, respectively."]]],[]]