Interface InWorkerServiceTypeMessageOrBuilder

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

public interface InWorkerServiceTypeMessageOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Details

    • getHasScript

      boolean getHasScript()
      bool hasScript = 1;
      Returns:
      The hasScript.
    • getRoutingServiceTypeValue

      int getRoutingServiceTypeValue()
      .io.deephaven.proto.controller.RoutingServiceTypeEnum routingServiceType = 2;
      Returns:
      The enum numeric value on the wire for routingServiceType.
    • getRoutingServiceType

      RoutingServiceTypeEnum getRoutingServiceType()
      .io.deephaven.proto.controller.RoutingServiceTypeEnum routingServiceType = 2;
      Returns:
      The routingServiceType.
    • getRoutingServiceTag

      String getRoutingServiceTag()
      string routingServiceTag = 3;
      Returns:
      The routingServiceTag.
    • getRoutingServiceTagBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getRoutingServiceTagBytes()
      string routingServiceTag = 3;
      Returns:
      The bytes for routingServiceTag.
    • getRoutingServiceExcludeTagsList

      List<String> getRoutingServiceExcludeTagsList()
      repeated string routingServiceExcludeTags = 4;
      Returns:
      A list containing the routingServiceExcludeTags.
    • getRoutingServiceExcludeTagsCount

      int getRoutingServiceExcludeTagsCount()
      repeated string routingServiceExcludeTags = 4;
      Returns:
      The count of routingServiceExcludeTags.
    • getRoutingServiceExcludeTags

      String getRoutingServiceExcludeTags(int index)
      repeated string routingServiceExcludeTags = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The routingServiceExcludeTags at the given index.
    • getRoutingServiceExcludeTagsBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getRoutingServiceExcludeTagsBytes(int index)
      repeated string routingServiceExcludeTags = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the routingServiceExcludeTags at the given index.
    • getConfigContextValuesList

      List<String> getConfigContextValuesList()
      repeated string configContextValues = 5;
      Returns:
      A list containing the configContextValues.
    • getConfigContextValuesCount

      int getConfigContextValuesCount()
      repeated string configContextValues = 5;
      Returns:
      The count of configContextValues.
    • getConfigContextValues

      String getConfigContextValues(int index)
      repeated string configContextValues = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The configContextValues at the given index.
    • getConfigContextValuesBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getConfigContextValuesBytes(int index)
      repeated string configContextValues = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the configContextValues at the given index.
    • getDbServerClassesList

      List<String> getDbServerClassesList()
      repeated string dbServerClasses = 6;
      Returns:
      A list containing the dbServerClasses.
    • getDbServerClassesCount

      int getDbServerClassesCount()
      repeated string dbServerClasses = 6;
      Returns:
      The count of dbServerClasses.
    • getDbServerClasses

      String getDbServerClasses(int index)
      repeated string dbServerClasses = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The dbServerClasses at the given index.
    • getDbServerClassesBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getDbServerClassesBytes(int index)
      repeated string dbServerClasses = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the dbServerClasses at the given index.
    • getAllowedGroupsList

      List<String> getAllowedGroupsList()
      repeated string allowedGroups = 7;
      Returns:
      A list containing the allowedGroups.
    • getAllowedGroupsCount

      int getAllowedGroupsCount()
      repeated string allowedGroups = 7;
      Returns:
      The count of allowedGroups.
    • getAllowedGroups

      String getAllowedGroups(int index)
      repeated string allowedGroups = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The allowedGroups at the given index.
    • getAllowedGroupsBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getAllowedGroupsBytes(int index)
      repeated string allowedGroups = 7;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the allowedGroups at the given index.
    • getScriptUpdateClass

      String getScriptUpdateClass()
      string scriptUpdateClass = 8;
      Returns:
      The scriptUpdateClass.
    • getScriptUpdateClassBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getScriptUpdateClassBytes()
      string scriptUpdateClass = 8;
      Returns:
      The bytes for scriptUpdateClass.
    • getScriptSetupClass

      String getScriptSetupClass()
      string scriptSetupClass = 9;
      Returns:
      The scriptSetupClass.
    • getScriptSetupClassBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getScriptSetupClassBytes()
      string scriptSetupClass = 9;
      Returns:
      The bytes for scriptSetupClass.
    • getCustomFieldName

      String getCustomFieldName()
      string customFieldName = 10;
      Returns:
      The customFieldName.
    • getCustomFieldNameBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getCustomFieldNameBytes()
      string customFieldName = 10;
      Returns:
      The bytes for customFieldName.
    • getCustomFieldValuesList

      List<String> getCustomFieldValuesList()
      repeated string customFieldValues = 11;
      Returns:
      A list containing the customFieldValues.
    • getCustomFieldValuesCount

      int getCustomFieldValuesCount()
      repeated string customFieldValues = 11;
      Returns:
      The count of customFieldValues.
    • getCustomFieldValues

      String getCustomFieldValues(int index)
      repeated string customFieldValues = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The customFieldValues at the given index.
    • getCustomFieldValuesBytes

      io.deephaven.shadow.core.com.google.protobuf.ByteString getCustomFieldValuesBytes(int index)
      repeated string customFieldValues = 11;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the customFieldValues at the given index.
    • getCustomFieldEditable

      boolean getCustomFieldEditable()
      bool customFieldEditable = 12;
      Returns:
      The customFieldEditable.