Interface AppConnection.ApplicationEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppConnection.ApplicationEndpoint
,AppConnection.ApplicationEndpoint.Builder
- Enclosing class:
- AppConnection
public static interface AppConnection.ApplicationEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHost()
Required.com.google.protobuf.ByteString
getHostBytes()
Required.int
getPort()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHost
String getHost()
Required. Hostname or IP address of the remote application endpoint.
string host = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The host.
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()
Required. Hostname or IP address of the remote application endpoint.
string host = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for host.
-
getPort
int getPort()
Required. Port of the remote application endpoint.
int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The port.
-
-