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 namespace, specifically version 2.7.0 of the .NET library."],["`GetTargetPoolRequest` is a request message used to retrieve details about a specific TargetPool resource in the Compute Engine v1 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["It contains properties such as `Project`, `Region`, and `TargetPool`, allowing users to specify the project, region, and target pool they want to query."],["The latest version of the class is 3.6.0 and there are 29 total versions of the class available, from 1.0.0 to 3.6.0, which can be found within the page."]]],[]]