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 Type
    Method
    Description
    optional string classPushListResourceName = 4;
    com.google.protobuf.ByteString
    optional string classPushListResourceName = 4;
    getConsoleGroups(int index)
    Indicates which groups can start consoles on this server.
    com.google.protobuf.ByteString
    Indicates which groups can start consoles on this server.
    int
    Indicates which groups can start consoles on this server.
    Indicates which groups can start consoles on this server.
    boolean
    True if the current user is permitted to create consoles on this server
    Will always be "Group" if serverType is STE_GROUP
    com.google.protobuf.ByteString
    Will always be "Group" if serverType is STE_GROUP
    double
    double maxHeapSizeGb = 6;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    int
    int32 port = 3;
    string serverClass = 5;
    com.google.protobuf.ByteString
    string serverClass = 5;
    optional string serverInfo = 9;
    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 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> 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

      String getConsoleGroups(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 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.