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-04-09 UTC."],[[["This webpage details the `GetTargetPoolRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving information about a TargetPool resource."],["The latest version of the API documentation for `GetTargetPoolRequest` is 3.6.0, with multiple previous versions also available."],["The `GetTargetPoolRequest` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetTargetPoolRequest` has three key properties: `Project`, `Region`, and `TargetPool`, all of which are strings and used to define the parameters for the request."],["The `GetTargetPoolRequest` has two constructors, one empty and one to copy another `GetTargetPoolRequest` object."]]],[]]