Package io.deephaven.proto.controller
Interface PQDBServerConfigMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PQDBServerConfigMessage,PQDBServerConfigMessage.Builder
@Generated
public interface PQDBServerConfigMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string classPushListResourceName = 4;com.google.protobuf.ByteStringoptional string classPushListResourceName = 4;getConsoleGroups(int index) Indicates which groups can start consoles on this server.com.google.protobuf.ByteStringgetConsoleGroupsBytes(int index) Indicates which groups can start consoles on this server.intIndicates which groups can start consoles on this server.Indicates which groups can start consoles on this server.booleanTrue if the current user is permitted to create consoles on this servergetHost()Will always be "Group" if serverType is STE_GROUPcom.google.protobuf.ByteStringWill always be "Group" if serverType is STE_GROUPdoubledouble maxHeapSizeGb = 6;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;intgetPort()int32 port = 3;string serverClass = 5;com.google.protobuf.ByteStringstring serverClass = 5;optional string serverInfo = 9;com.google.protobuf.ByteStringoptional string serverInfo = 9;.io.deephaven.proto.controller.ServerTypeEnum serverType = 7;int.io.deephaven.proto.controller.ServerTypeEnum serverType = 7;booleanoptional string classPushListResourceName = 4;booleanoptional string serverInfo = 9;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-
getHost
String getHost()Will always be "Group" if serverType is STE_GROUP
string host = 2;- Returns:
- The host.
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()Will always be "Group" if serverType is STE_GROUP
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
com.google.protobuf.ByteString getClassPushListResourceNameBytes()optional string classPushListResourceName = 4;- Returns:
- The bytes for classPushListResourceName.
-
getServerClass
String getServerClass()string serverClass = 5;- Returns:
- The serverClass.
-
getServerClassBytes
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
Indicates which groups can start consoles on this server. Empty means any user may do this.
repeated string consoleGroups = 8;- Returns:
- A list containing the consoleGroups.
-
getConsoleGroupsCount
int getConsoleGroupsCount()Indicates which groups can start consoles on this server. Empty means any user may do this.
repeated string consoleGroups = 8;- Returns:
- The count of consoleGroups.
-
getConsoleGroups
Indicates which groups can start consoles on this server. Empty means any user may do this.
repeated string consoleGroups = 8;- Parameters:
index- The index of the element to return.- Returns:
- The consoleGroups at the given index.
-
getConsoleGroupsBytes
com.google.protobuf.ByteString getConsoleGroupsBytes(int index) Indicates which groups can start consoles on this server. Empty means any user may do this.
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
com.google.protobuf.ByteString getServerInfoBytes()optional string serverInfo = 9;- Returns:
- The bytes for serverInfo.
-
getConsolePermitted
boolean getConsolePermitted()True if the current user is permitted to create consoles on this server
bool console_permitted = 10;- Returns:
- The consolePermitted.
-