Interface RoutingEndpointConfigMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RoutingEndpointConfigMessage,RoutingEndpointConfigMessage.Builder
@Generated
public interface RoutingEndpointConfigMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring endpointId = 2;com.google.protobuf.ByteStringstring endpointId = 2;getHost()string host = 3;com.google.protobuf.ByteStringstring host = 3;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;intgetPort()int32 port = 4;string processId = 5;com.google.protobuf.ByteStringstring processId = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getEndpointId
String getEndpointId()string endpointId = 2;- Returns:
- The endpointId.
-
getEndpointIdBytes
com.google.protobuf.ByteString getEndpointIdBytes()string endpointId = 2;- Returns:
- The bytes for endpointId.
-
getHost
String getHost()string host = 3;- Returns:
- The host.
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()string host = 3;- Returns:
- The bytes for host.
-
getPort
int getPort()int32 port = 4;- Returns:
- The port.
-
getProcessId
String getProcessId()string processId = 5;- Returns:
- The processId.
-
getProcessIdBytes
com.google.protobuf.ByteString getProcessIdBytes()string processId = 5;- Returns:
- The bytes for processId.
-