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 provides documentation for the `GetTargetGrpcProxyRequest` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment, outlining its purpose as a request message for retrieving TargetGrpcProxies."],["The `GetTargetGrpcProxyRequest` class supports multiple versions, ranging from the latest version `3.6.0` down to `1.0.0`, all of which are accessible through links that specify their individual versions and paths."],["The `GetTargetGrpcProxyRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["The `GetTargetGrpcProxyRequest` class has two constructors, one empty and another that takes in an existing `GetTargetGrpcProxyRequest` as a parameter."],["The class includes properties for `Project`, representing the project ID, and `TargetGrpcProxy`, representing the name of the target resource, both of which are strings."]]],[]]