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.Cloud.Compute.V1 API, specifically for the .NET environment, with the latest version being 3.6.0 and going down to version 1.0.0."],["The `GetTargetPoolRequest` class is a message type used in the Compute Engine v1 API for requesting information about a TargetPool, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Project`, `Region`, and `TargetPool`, all of type string, to specify the project, region, and target pool name for the request, respectively."],["The documentation shows the class inherits from `Object` and provides details about its constructors: a default constructor and one that accepts another `GetTargetPoolRequest` object."],["The webpage contains documentation to find all prior versions of the `GetTargetPoolRequest` class ranging from 3.6.0 down to 1.0.0, as well as the namespace and assembly information."]]],[]]