Network Services v1 API - Class GetGatewayRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Services v1 API class GetGatewayRequest.

Request used by the GetGateway method.

Inheritance

object > GetGatewayRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

GetGatewayRequest()

public GetGatewayRequest()

GetGatewayRequest(GetGatewayRequest)

public GetGatewayRequest(GetGatewayRequest other)
Parameter
Name Description
other GetGatewayRequest

Properties

GatewayName

public GatewayName GatewayName { get; set; }

GatewayName-typed view over the Name resource name property.

Property Value
Type Description
GatewayName

Name

public string Name { get; set; }

Required. A name of the Gateway to get. Must be in the format projects/*/locations/*/gateways/*.

Property Value
Type Description
string