Interface AppConnection.GatewayOrBuilder (0.14.1)

public static interface AppConnection.GatewayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppGateway()

public abstract String getAppGateway()

Required. AppGateway name in following format: projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}

string app_gateway = 5;

Returns
TypeDescription
String

The appGateway.

getAppGatewayBytes()

public abstract ByteString getAppGatewayBytes()

Required. AppGateway name in following format: projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}

string app_gateway = 5;

Returns
TypeDescription
ByteString

The bytes for appGateway.

getIngressPort()

public abstract int getIngressPort()

Output only. Ingress port reserved on the gateways for this AppConnection, if not specified or zero, the default port is 19443.

int32 ingress_port = 4;

Returns
TypeDescription
int

The ingressPort.

getL7Psc()

public abstract String getL7Psc()

Output only. L7 private service connection for this resource.

string l7psc = 6;

Returns
TypeDescription
String

The l7psc.

getL7PscBytes()

public abstract ByteString getL7PscBytes()

Output only. L7 private service connection for this resource.

string l7psc = 6;

Returns
TypeDescription
ByteString

The bytes for l7psc.

getType()

public abstract AppConnection.Gateway.Type getType()

Required. The type of hosting used by the gateway.

.google.events.cloud.beyondcorp.appconnections.v1.AppConnection.Gateway.Type type = 2;

Returns
TypeDescription
AppConnection.Gateway.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Required. The type of hosting used by the gateway.

.google.events.cloud.beyondcorp.appconnections.v1.AppConnection.Gateway.Type type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getUri()

public abstract String getUri()

Output only. Server-defined URI for this resource.

string uri = 3;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Output only. Server-defined URI for this resource.

string uri = 3;

Returns
TypeDescription
ByteString

The bytes for uri.