public static interface AppConnection.ApplicationEndpointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHost()
public abstract String getHost()
Required. Hostname or IP address of the remote application endpoint.
string host = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The port. |