Interface ProcessorConnectionDetailsMessageOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProcessorConnectionDetailsMessage, ProcessorConnectionDetailsMessage.Builder

public interface ProcessorConnectionDetailsMessageOrBuilder extends io.deephaven.shadow.core.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

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

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

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

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

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

      String getEnvoyPrefix()
      string envoyPrefix = 5;
      Returns:
      The envoyPrefix.
    • getEnvoyPrefixBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getEnvoyPrefixBytes()
      string envoyPrefix = 5;
      Returns:
      The bytes for envoyPrefix.
    • getGrpcUrl

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

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

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

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

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

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