public static interface AppConnection.GatewayOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The ingressPort. |
getL7Psc()
public abstract String getL7Psc()Output only. L7 private service connection for this resource.
string l7psc = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The l7psc. |
getL7PscBytes()
public abstract ByteString getL7PscBytes()Output only. L7 private service connection for this resource.
string l7psc = 6;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()Output only. Server-defined URI for this resource.
string uri = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |