Package io.deephaven.proto.controller
Interface PQDBServerConfigMessageOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PQDBServerConfigMessage
,PQDBServerConfigMessage.Builder
public interface PQDBServerConfigMessageOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string classPushListResourceName = 4;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string classPushListResourceName = 4;
getConsoleGroups
(int index) repeated string consoleGroups = 8;
io.deephaven.shadow.core.com.google.protobuf.ByteString
getConsoleGroupsBytes
(int index) repeated string consoleGroups = 8;
int
repeated string consoleGroups = 8;
repeated string consoleGroups = 8;
getHost()
string host = 2;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string host = 2;
double
double maxHeapSizeGb = 6;
getName()
string name = 1;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string name = 1;
int
getPort()
int32 port = 3;
string serverClass = 5;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string serverClass = 5;
optional string serverInfo = 9;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string serverInfo = 9;
.io.deephaven.proto.controller.ServerTypeEnum serverType = 7;
int
.io.deephaven.proto.controller.ServerTypeEnum serverType = 7;
boolean
optional string classPushListResourceName = 4;
boolean
optional string serverInfo = 9;
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
-
getName
String getName()string name = 1;
- Returns:
- The name.
-
getNameBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getNameBytes()string name = 1;
- Returns:
- The bytes for name.
-
getHost
String getHost()string host = 2;
- Returns:
- The host.
-
getHostBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getHostBytes()string host = 2;
- Returns:
- The bytes for host.
-
getPort
int getPort()int32 port = 3;
- Returns:
- The port.
-
hasClassPushListResourceName
boolean hasClassPushListResourceName()optional string classPushListResourceName = 4;
- Returns:
- Whether the classPushListResourceName field is set.
-
getClassPushListResourceName
String getClassPushListResourceName()optional string classPushListResourceName = 4;
- Returns:
- The classPushListResourceName.
-
getClassPushListResourceNameBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getClassPushListResourceNameBytes()optional string classPushListResourceName = 4;
- Returns:
- The bytes for classPushListResourceName.
-
getServerClass
String getServerClass()string serverClass = 5;
- Returns:
- The serverClass.
-
getServerClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getServerClassBytes()string serverClass = 5;
- Returns:
- The bytes for serverClass.
-
getMaxHeapSizeGb
double getMaxHeapSizeGb()double maxHeapSizeGb = 6;
- Returns:
- The maxHeapSizeGb.
-
getServerTypeValue
int getServerTypeValue().io.deephaven.proto.controller.ServerTypeEnum serverType = 7;
- Returns:
- The enum numeric value on the wire for serverType.
-
getServerType
ServerTypeEnum getServerType().io.deephaven.proto.controller.ServerTypeEnum serverType = 7;
- Returns:
- The serverType.
-
getConsoleGroupsList
repeated string consoleGroups = 8;
- Returns:
- A list containing the consoleGroups.
-
getConsoleGroupsCount
int getConsoleGroupsCount()repeated string consoleGroups = 8;
- Returns:
- The count of consoleGroups.
-
getConsoleGroups
repeated string consoleGroups = 8;
- Parameters:
index
- The index of the element to return.- Returns:
- The consoleGroups at the given index.
-
getConsoleGroupsBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getConsoleGroupsBytes(int index) repeated string consoleGroups = 8;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the consoleGroups at the given index.
-
hasServerInfo
boolean hasServerInfo()optional string serverInfo = 9;
- Returns:
- Whether the serverInfo field is set.
-
getServerInfo
String getServerInfo()optional string serverInfo = 9;
- Returns:
- The serverInfo.
-
getServerInfoBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getServerInfoBytes()optional string serverInfo = 9;
- Returns:
- The bytes for serverInfo.
-