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 Type
    Method
    Description
    string endpointId = 2;
    com.google.protobuf.ByteString
    string endpointId = 2;
    string host = 3;
    com.google.protobuf.ByteString
    string host = 3;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    int
    int32 port = 4;
    string processId = 5;
    com.google.protobuf.ByteString
    string processId = 5;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.