public sealed class GetTargetGrpcProxyRequest : IMessage<GetTargetGrpcProxyRequest>, IEquatable<GetTargetGrpcProxyRequest>, IDeepCloneable<GetTargetGrpcProxyRequest>, IBufferMessage, IMessage
A request message for TargetGrpcProxies.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 details the `GetTargetGrpcProxyRequest` class within the `Google.Cloud.Compute.V1` namespace, including its inheritance, implementations, and members."],["The latest version available for the `GetTargetGrpcProxyRequest` class is 3.6.0, with a range of versions from 1.0.0 up to 3.6.0 being accessible."],["`GetTargetGrpcProxyRequest` is a request message used for retrieving a specific TargetGrpcProxy, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor that accepts another `GetTargetGrpcProxyRequest` instance."],["The properties `Project` and `TargetGrpcProxy` are available to set the Project ID and the name of the TargetGrpcProxy resource, both of type `string`."]]],[]]