Interface GetStatusVpnGatewayRequestOrBuilder (1.47.0)

public interface GetStatusVpnGatewayRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProject()

public abstract String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for project.

getRegion()

public abstract String getRegion()

Name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

Name of the region for this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for region.

getVpnGateway()

public abstract String getVpnGateway()

Name of the VPN gateway to return.

string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The vpnGateway.

getVpnGatewayBytes()

public abstract ByteString getVpnGatewayBytes()

Name of the VPN gateway to return.

string vpn_gateway = 406684153 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for vpnGateway.