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 `GetTargetPoolRequest` class is used to request information about a specific target pool in the Compute Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide features for message handling, equality checks, cloning, and buffer management."],["The class offers constructors for creating a new request, either empty or by copying from an existing `GetTargetPoolRequest` object."],["It includes properties to specify the `Project`, `Region`, and `TargetPool` for which information is being requested."],["The latest version is 3.6.0, and the page provides documentation on the GetTargetPoolRequest class for versions between 1.0.0 and 3.6.0 of the Google.Cloud.Compute.V1 package."]]],[]]