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-02 UTC."],[[["The webpage provides documentation for the `GetTargetPoolRequest` class within the Google.Cloud.Compute.V1 API, specifically for the .NET environment, with the latest version being 3.6.0 and going down to version 1.0.0."],["`GetTargetPoolRequest` is a message class used to request a specific TargetPool resource in the Compute Engine API."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it integrates seamlessly within the .NET environment."],["It allows users to retrieve a target pool by specifying the project ID, region, and the target pool name through string-type properties such as `Project`, `Region`, and `TargetPool`."],["The class contains two constructors, one default and one that accepts another `GetTargetPoolRequest` object, indicating support for copying and instantiating objects."]]],[]]