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."],[[["The `GetTargetPoolRequest` class is a request message for retrieving a specific TargetPool resource in Google Cloud Compute."],["The latest version of `GetTargetPoolRequest` available is 3.6.0, with numerous older versions listed, down to 1.0.0."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` namespace."],["The `GetTargetPoolRequest` class includes properties for `Project`, `Region`, and `TargetPool`, which are all strings and used to identify the specific resource being requested."],["The provided documentation details the constructors available for the class, alongside each inherited member, along with their descriptions."]]],[]]