public sealed class GetTargetPoolRequest : IMessage<GetTargetPoolRequest>, IEquatable<GetTargetPoolRequest>, IDeepCloneable<GetTargetPoolRequest>, IBufferMessage, IMessage
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."],[[["The webpage provides documentation for the `GetTargetPoolRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically across multiple versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest version."],["`GetTargetPoolRequest` is a request message used for retrieving details about a TargetPool in Google Cloud Compute, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Project`, `Region`, and `TargetPool`, which are string values used to define the specific TargetPool resource being requested."],["The GetTargetPoolRequest class has a constructor with no arguments, and another that take another GetTargetPoolRequest instance as a parameter."],["The page lists all the versions of the `GetTargetPoolRequest` class, with links to the specific documentation of each of them, in descending order."]]],[]]