Class GetTargetGrpcProxyRequest (1.4.0)

public sealed class GetTargetGrpcProxyRequest : IMessage<GetTargetGrpcProxyRequest>, IEquatable<GetTargetGrpcProxyRequest>, IDeepCloneable<GetTargetGrpcProxyRequest>, IBufferMessage, IMessage

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