public sealed class GetTargetGrpcProxyRequest : IMessage<GetTargetGrpcProxyRequest>, IEquatable<GetTargetGrpcProxyRequest>, IDeepCloneable<GetTargetGrpcProxyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetGrpcProxyRequest.
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-24 UTC."],[[["This page provides reference documentation for the `GetTargetGrpcProxyRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The `GetTargetGrpcProxyRequest` class is a request message used to retrieve information about a specific TargetGrpcProxy resource, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is available across a range of versions, from 1.0.0 up to the latest 3.6.0, with this current page representing version 3.4.0."],["The `GetTargetGrpcProxyRequest` class includes properties like `Project` (for the project ID) and `TargetGrpcProxy` (for the name of the resource) which are both strings."],["The namespace for the `GetTargetGrpcProxyRequest` class is `Google.Cloud.Compute.V1`, found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]