public sealed class GetTargetGrpcProxyRequest : IMessage<GetTargetGrpcProxyRequest>, IEquatable<GetTargetGrpcProxyRequest>, IDeepCloneable<GetTargetGrpcProxyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetTargetGrpcProxyRequest.
A request message for TargetGrpcProxies.Get. See the method description for details.
Implements
IMessageGetTargetGrpcProxyRequest, IEquatableGetTargetGrpcProxyRequest, IDeepCloneableGetTargetGrpcProxyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetTargetGrpcProxyRequest()
public GetTargetGrpcProxyRequest()GetTargetGrpcProxyRequest(GetTargetGrpcProxyRequest)
public GetTargetGrpcProxyRequest(GetTargetGrpcProxyRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetTargetGrpcProxyRequest | 
      
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
TargetGrpcProxy
public string TargetGrpcProxy { get; set; }Name of the TargetGrpcProxy resource to return.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |