Package io.deephaven.proto.controller
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 Summary
Modifier and TypeMethodDescriptionstring enterpriseWebSocketUrl = 8;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string enterpriseWebSocketUrl = 8;
string envoyPrefix = 5;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string envoyPrefix = 5;
string grpcUrl = 6;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string grpcUrl = 6;
string processInfoId = 3;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string processInfoId = 3;
string processorHost = 4;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string processorHost = 4;
getProtocols
(int index) repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
int
repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
getProtocolsOrBuilder
(int index) repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
List<? extends WorkerProtocolMessageOrBuilder>
repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
string staticUrl = 7;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string staticUrl = 7;
string workerName = 2;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string workerName = 2;
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProtocolsList
List<WorkerProtocolMessage> getProtocolsList()repeated .io.deephaven.proto.controller.WorkerProtocolMessage protocols = 1;
-
getProtocols
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
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.
-