Interface AppConnection.ApplicationEndpointOrBuilder (0.33.0)

public static interface AppConnection.ApplicationEndpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHost()

public abstract String getHost()

Required. Hostname or IP address of the remote application endpoint.

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

Returns
TypeDescription
String

The host.

getHostBytes()

public abstract ByteString getHostBytes()

Required. Hostname or IP address of the remote application endpoint.

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

Returns
TypeDescription
ByteString

The bytes for host.

getPort()

public abstract int getPort()

Required. Port of the remote application endpoint.

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

Returns
TypeDescription
int

The port.