Interface AppGateway.AllocatedConnectionOrBuilder (0.31.0)

public static interface AppGateway.AllocatedConnectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIngressPort()

public abstract int getIngressPort()

Required. The ingress port of an allocated connection

int32 ingress_port = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The ingressPort.

getPscUri()

public abstract String getPscUri()

Required. The PSC uri of an allocated connection

string psc_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The pscUri.

getPscUriBytes()

public abstract ByteString getPscUriBytes()

Required. The PSC uri of an allocated connection

string psc_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for pscUri.