Package io.deephaven.proto.controller
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 Summary
Modifier and TypeMethodDescriptiongetAllowedGroups
(int index) repeated string allowedGroups = 7;
io.deephaven.shadow.core.com.google.protobuf.ByteString
getAllowedGroupsBytes
(int index) repeated string allowedGroups = 7;
int
repeated string allowedGroups = 7;
repeated string allowedGroups = 7;
getConfigContextValues
(int index) repeated string configContextValues = 5;
io.deephaven.shadow.core.com.google.protobuf.ByteString
getConfigContextValuesBytes
(int index) repeated string configContextValues = 5;
int
repeated string configContextValues = 5;
repeated string configContextValues = 5;
boolean
bool customFieldEditable = 12;
string customFieldName = 10;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string customFieldName = 10;
getCustomFieldValues
(int index) repeated string customFieldValues = 11;
io.deephaven.shadow.core.com.google.protobuf.ByteString
getCustomFieldValuesBytes
(int index) repeated string customFieldValues = 11;
int
repeated string customFieldValues = 11;
repeated string customFieldValues = 11;
getDbServerClasses
(int index) repeated string dbServerClasses = 6;
io.deephaven.shadow.core.com.google.protobuf.ByteString
getDbServerClassesBytes
(int index) repeated string dbServerClasses = 6;
int
repeated string dbServerClasses = 6;
repeated string dbServerClasses = 6;
boolean
bool hasScript = 1;
getRoutingServiceExcludeTags
(int index) repeated string routingServiceExcludeTags = 4;
io.deephaven.shadow.core.com.google.protobuf.ByteString
getRoutingServiceExcludeTagsBytes
(int index) repeated string routingServiceExcludeTags = 4;
int
repeated string routingServiceExcludeTags = 4;
repeated string routingServiceExcludeTags = 4;
string routingServiceTag = 3;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string routingServiceTag = 3;
.io.deephaven.proto.controller.RoutingServiceTypeEnum routingServiceType = 2;
int
.io.deephaven.proto.controller.RoutingServiceTypeEnum routingServiceType = 2;
string scriptSetupClass = 9;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string scriptSetupClass = 9;
string scriptUpdateClass = 8;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string scriptUpdateClass = 8;
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
-
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
repeated string routingServiceExcludeTags = 4;
- Returns:
- A list containing the routingServiceExcludeTags.
-
getRoutingServiceExcludeTagsCount
int getRoutingServiceExcludeTagsCount()repeated string routingServiceExcludeTags = 4;
- Returns:
- The count of routingServiceExcludeTags.
-
getRoutingServiceExcludeTags
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
repeated string configContextValues = 5;
- Returns:
- A list containing the configContextValues.
-
getConfigContextValuesCount
int getConfigContextValuesCount()repeated string configContextValues = 5;
- Returns:
- The count of configContextValues.
-
getConfigContextValues
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
repeated string dbServerClasses = 6;
- Returns:
- A list containing the dbServerClasses.
-
getDbServerClassesCount
int getDbServerClassesCount()repeated string dbServerClasses = 6;
- Returns:
- The count of dbServerClasses.
-
getDbServerClasses
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
repeated string allowedGroups = 7;
- Returns:
- A list containing the allowedGroups.
-
getAllowedGroupsCount
int getAllowedGroupsCount()repeated string allowedGroups = 7;
- Returns:
- The count of allowedGroups.
-
getAllowedGroups
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
repeated string customFieldValues = 11;
- Returns:
- A list containing the customFieldValues.
-
getCustomFieldValuesCount
int getCustomFieldValuesCount()repeated string customFieldValues = 11;
- Returns:
- The count of customFieldValues.
-
getCustomFieldValues
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.
-