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."],[[["This page details the `GetTargetPoolRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving information about a target pool."],["The `GetTargetPoolRequest` class has properties for `Project`, `Region`, and `TargetPool`, all of which are strings that define what is to be retrieved."],["The latest version available for the `GetTargetPoolRequest` is 3.6.0, and the page provides links to documentation for multiple prior versions of the class."],["The `GetTargetPoolRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from the base `Object` class."],["`GetTargetPoolRequest` can be instantiated using a parameterless constructor or a constructor that takes another `GetTargetPoolRequest` as an argument."]]],[]]