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.
Implements
IMessageGetGatewayRequest, IEquatableGetGatewayRequest, IDeepCloneableGetGatewayRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
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 |