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-04-02 UTC."],[[["This webpage provides documentation for the `GetTargetPoolRequest` class within the Google Compute Engine v1 API for .NET."],["The latest version documented is 3.6.0, and the page includes documentation and links for various versions of the API, ranging from 1.0.0 to 3.6.0."],["The `GetTargetPoolRequest` class is used to construct requests for retrieving information about a specific TargetPool and it inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties for specifying the `Project`, `Region`, and `TargetPool` to define the request parameters, as well as constructors for creating new instances of the object."],["The documentation also details the class's namespace, assembly, and a list of inherited members, along with links to each member for more in depth information."]]],[]]