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-09 UTC."],[[["This webpage provides reference documentation for the `GetTargetPoolRequest` class within the Compute Engine v1 API for .NET, specifically version 3.2.0."],["The `GetTargetPoolRequest` class is used to send a request to retrieve information about a specific target pool."],["The page lists various available versions of the Google.Cloud.Compute.V1 package ranging from 1.0.0 to 3.6.0 (latest), each having their own link."],["The `GetTargetPoolRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetTargetPoolRequest` class include `Project`, `Region`, and `TargetPool`, which allow for specifying the project ID, region, and the target pool name for the request."]]],[]]