Interface ProcessorConnectionDetailsMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProcessorConnectionDetailsMessage, ProcessorConnectionDetailsMessage.Builder

@Generated public interface ProcessorConnectionDetailsMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getProtocolsList

      List<WorkerProtocolMessage> getProtocolsList()
      repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
    • getProtocols

      WorkerProtocolMessage getProtocols(int index)
      repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
    • getProtocolsCount

      int getProtocolsCount()
      repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
    • getProtocolsOrBuilderList

      List<? extends WorkerProtocolMessageOrBuilder> getProtocolsOrBuilderList()
      repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
    • getProtocolsOrBuilder

      WorkerProtocolMessageOrBuilder getProtocolsOrBuilder(int index)
      repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
    • getWorkerName

      String getWorkerName()
      string workerName = 2;
      Returns:
      The workerName.
    • getWorkerNameBytes

      com.google.protobuf.ByteString getWorkerNameBytes()
      string workerName = 2;
      Returns:
      The bytes for workerName.
    • getProcessInfoId

      String getProcessInfoId()
      string processInfoId = 3;
      Returns:
      The processInfoId.
    • getProcessInfoIdBytes

      com.google.protobuf.ByteString getProcessInfoIdBytes()
      string processInfoId = 3;
      Returns:
      The bytes for processInfoId.
    • getProcessorHost

      String getProcessorHost()
      string processorHost = 4;
      Returns:
      The processorHost.
    • getProcessorHostBytes

      com.google.protobuf.ByteString getProcessorHostBytes()
      string processorHost = 4;
      Returns:
      The bytes for processorHost.
    • getEnvoyPrefix

      String getEnvoyPrefix()
       The envoy prefix/header to use when connecting to the worker, if any. Empty if unused.
       
      string envoyPrefix = 5;
      Returns:
      The envoyPrefix.
    • getEnvoyPrefixBytes

      com.google.protobuf.ByteString getEnvoyPrefixBytes()
       The envoy prefix/header to use when connecting to the worker, if any. Empty if unused.
       
      string envoyPrefix = 5;
      Returns:
      The bytes for envoyPrefix.
    • getGrpcUrl

      String getGrpcUrl()
      string grpcUrl = 6;
      Returns:
      The grpcUrl.
    • getGrpcUrlBytes

      com.google.protobuf.ByteString getGrpcUrlBytes()
      string grpcUrl = 6;
      Returns:
      The bytes for grpcUrl.
    • getStaticUrl

      String getStaticUrl()
      string staticUrl = 7;
      Returns:
      The staticUrl.
    • getStaticUrlBytes

      com.google.protobuf.ByteString getStaticUrlBytes()
      string staticUrl = 7;
      Returns:
      The bytes for staticUrl.
    • getEnterpriseWebSocketUrl

      String getEnterpriseWebSocketUrl()
      string enterpriseWebSocketUrl = 8;
      Returns:
      The enterpriseWebSocketUrl.
    • getEnterpriseWebSocketUrlBytes

      com.google.protobuf.ByteString getEnterpriseWebSocketUrlBytes()
      string enterpriseWebSocketUrl = 8;
      Returns:
      The bytes for enterpriseWebSocketUrl.