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 page provides documentation for the `GetTargetPoolRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for the .NET environment, with version 3.6.0 being the latest available release."],["The `GetTargetPoolRequest` class is used to make requests to the TargetPools.Get method in the Compute Engine v1 API, as described by its implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new instance or cloning from an existing `GetTargetPoolRequest` object."],["Key properties of the `GetTargetPoolRequest` class include `Project`, `Region`, and `TargetPool`, all of which are strings and represent the Project ID, region name, and target pool name, respectively."],["The documentation details a list of available versions, starting from 1.0.0 up to the latest 3.6.0, allowing users to browse the documentation for various release versions of this class."]]],[]]