Compute Engine v1 API - Class GetTargetGrpcProxyRequest (2.15.0)

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.

Inheritance

object > GetTargetGrpcProxyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetTargetGrpcProxyRequest()

public GetTargetGrpcProxyRequest()

GetTargetGrpcProxyRequest(GetTargetGrpcProxyRequest)

public GetTargetGrpcProxyRequest(GetTargetGrpcProxyRequest other)
Parameter
NameDescription
otherGetTargetGrpcProxyRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

TargetGrpcProxy

public string TargetGrpcProxy { get; set; }

Name of the TargetGrpcProxy resource to return.

Property Value
TypeDescription
string