Package io.deephaven.proto.controller
Interface ConsoleConfigurationTypeMessageOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConsoleConfigurationTypeMessage
,ConsoleConfigurationTypeMessage.Builder
public interface ConsoleConfigurationTypeMessageOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsProperties
(String key) map<string, string> properties = 4;
getAllowedGroups
(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;
string communityInitializerClass = 21;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string communityInitializerClass = 21;
string communityRequestProcessorClass = 23;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string communityRequestProcessorClass = 23;
string configCheckerClass = 10;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string configCheckerClass = 10;
string configClass = 14;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string configClass = 14;
string configPanelFactoryClass = 11;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string configPanelFactoryClass = 11;
string configProcessorClass = 17;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string configProcessorClass = 17;
string configTypeDetailsClass = 20;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string configTypeDetailsClass = 20;
string customActionProviderClass = 12;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string customActionProviderClass = 12;
boolean
bool displayable = 3;
string displayName = 2;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string displayName = 2;
string extraColumnGetterClass = 18;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string extraColumnGetterClass = 18;
getExtraColumns
(int index) repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
int
repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
getExtraColumnsOrBuilder
(int index) repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
List<? extends ExtraColumnMessageOrBuilder>
repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
string extraJvmArgsClass = 16;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string extraJvmArgsClass = 16;
boolean
bool hasScript = 5;
boolean
bool hasScriptLanguage = 22;
getName()
string name = 1;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string name = 1;
getPopupProviderClass
(int index) repeated string popupProviderClass = 19;
io.deephaven.shadow.core.com.google.protobuf.ByteString
getPopupProviderClassBytes
(int index) repeated string popupProviderClass = 19;
int
repeated string popupProviderClass = 19;
repeated string popupProviderClass = 19;
Deprecated.int
map<string, string> properties = 4;
map<string, string> properties = 4;
getPropertiesOrDefault
(String key, String defaultValue) map<string, string> properties = 4;
map<string, string> properties = 4;
getServerClasses
(int index) repeated string serverClasses = 6;
io.deephaven.shadow.core.com.google.protobuf.ByteString
getServerClassesBytes
(int index) repeated string serverClasses = 6;
int
repeated string serverClasses = 6;
repeated string serverClasses = 6;
string setupQueryClass = 13;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string setupQueryClass = 13;
string shutdownProcedureClass = 15;
io.deephaven.shadow.core.com.google.protobuf.ByteString
string shutdownProcedureClass = 15;
optional string typeSpecificWireConfigJSON = 9;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string typeSpecificWireConfigJSON = 9;
boolean
optional string typeSpecificWireConfigJSON = 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.
-
getDisplayName
String getDisplayName()string displayName = 2;
- Returns:
- The displayName.
-
getDisplayNameBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getDisplayNameBytes()string displayName = 2;
- Returns:
- The bytes for displayName.
-
getDisplayable
boolean getDisplayable()bool displayable = 3;
- Returns:
- The displayable.
-
getPropertiesCount
int getPropertiesCount()map<string, string> properties = 4;
-
containsProperties
map<string, string> properties = 4;
-
getProperties
Deprecated.UsegetPropertiesMap()
instead. -
getPropertiesMap
map<string, string> properties = 4;
-
getPropertiesOrDefault
map<string, string> properties = 4;
-
getPropertiesOrThrow
map<string, string> properties = 4;
-
getHasScript
boolean getHasScript()bool hasScript = 5;
- Returns:
- The hasScript.
-
getServerClassesList
repeated string serverClasses = 6;
- Returns:
- A list containing the serverClasses.
-
getServerClassesCount
int getServerClassesCount()repeated string serverClasses = 6;
- Returns:
- The count of serverClasses.
-
getServerClasses
repeated string serverClasses = 6;
- Parameters:
index
- The index of the element to return.- Returns:
- The serverClasses at the given index.
-
getServerClassesBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getServerClassesBytes(int index) repeated string serverClasses = 6;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the serverClasses 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.
-
getExtraColumnsList
List<ExtraColumnMessage> getExtraColumnsList()repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
-
getExtraColumns
repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
-
getExtraColumnsCount
int getExtraColumnsCount()repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
-
getExtraColumnsOrBuilderList
List<? extends ExtraColumnMessageOrBuilder> getExtraColumnsOrBuilderList()repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
-
getExtraColumnsOrBuilder
repeated .io.deephaven.proto.controller.ExtraColumnMessage extraColumns = 8;
-
hasTypeSpecificWireConfigJSON
boolean hasTypeSpecificWireConfigJSON()optional string typeSpecificWireConfigJSON = 9;
- Returns:
- Whether the typeSpecificWireConfigJSON field is set.
-
getTypeSpecificWireConfigJSON
String getTypeSpecificWireConfigJSON()optional string typeSpecificWireConfigJSON = 9;
- Returns:
- The typeSpecificWireConfigJSON.
-
getTypeSpecificWireConfigJSONBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getTypeSpecificWireConfigJSONBytes()optional string typeSpecificWireConfigJSON = 9;
- Returns:
- The bytes for typeSpecificWireConfigJSON.
-
getConfigCheckerClass
String getConfigCheckerClass()string configCheckerClass = 10;
- Returns:
- The configCheckerClass.
-
getConfigCheckerClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getConfigCheckerClassBytes()string configCheckerClass = 10;
- Returns:
- The bytes for configCheckerClass.
-
getConfigPanelFactoryClass
String getConfigPanelFactoryClass()string configPanelFactoryClass = 11;
- Returns:
- The configPanelFactoryClass.
-
getConfigPanelFactoryClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getConfigPanelFactoryClassBytes()string configPanelFactoryClass = 11;
- Returns:
- The bytes for configPanelFactoryClass.
-
getCustomActionProviderClass
String getCustomActionProviderClass()string customActionProviderClass = 12;
- Returns:
- The customActionProviderClass.
-
getCustomActionProviderClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getCustomActionProviderClassBytes()string customActionProviderClass = 12;
- Returns:
- The bytes for customActionProviderClass.
-
getSetupQueryClass
String getSetupQueryClass()string setupQueryClass = 13;
- Returns:
- The setupQueryClass.
-
getSetupQueryClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getSetupQueryClassBytes()string setupQueryClass = 13;
- Returns:
- The bytes for setupQueryClass.
-
getConfigClass
String getConfigClass()string configClass = 14;
- Returns:
- The configClass.
-
getConfigClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getConfigClassBytes()string configClass = 14;
- Returns:
- The bytes for configClass.
-
getShutdownProcedureClass
String getShutdownProcedureClass()string shutdownProcedureClass = 15;
- Returns:
- The shutdownProcedureClass.
-
getShutdownProcedureClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getShutdownProcedureClassBytes()string shutdownProcedureClass = 15;
- Returns:
- The bytes for shutdownProcedureClass.
-
getExtraJvmArgsClass
String getExtraJvmArgsClass()string extraJvmArgsClass = 16;
- Returns:
- The extraJvmArgsClass.
-
getExtraJvmArgsClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getExtraJvmArgsClassBytes()string extraJvmArgsClass = 16;
- Returns:
- The bytes for extraJvmArgsClass.
-
getConfigProcessorClass
String getConfigProcessorClass()string configProcessorClass = 17;
- Returns:
- The configProcessorClass.
-
getConfigProcessorClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getConfigProcessorClassBytes()string configProcessorClass = 17;
- Returns:
- The bytes for configProcessorClass.
-
getExtraColumnGetterClass
String getExtraColumnGetterClass()string extraColumnGetterClass = 18;
- Returns:
- The extraColumnGetterClass.
-
getExtraColumnGetterClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getExtraColumnGetterClassBytes()string extraColumnGetterClass = 18;
- Returns:
- The bytes for extraColumnGetterClass.
-
getPopupProviderClassList
repeated string popupProviderClass = 19;
- Returns:
- A list containing the popupProviderClass.
-
getPopupProviderClassCount
int getPopupProviderClassCount()repeated string popupProviderClass = 19;
- Returns:
- The count of popupProviderClass.
-
getPopupProviderClass
repeated string popupProviderClass = 19;
- Parameters:
index
- The index of the element to return.- Returns:
- The popupProviderClass at the given index.
-
getPopupProviderClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getPopupProviderClassBytes(int index) repeated string popupProviderClass = 19;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the popupProviderClass at the given index.
-
getConfigTypeDetailsClass
String getConfigTypeDetailsClass()string configTypeDetailsClass = 20;
- Returns:
- The configTypeDetailsClass.
-
getConfigTypeDetailsClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getConfigTypeDetailsClassBytes()string configTypeDetailsClass = 20;
- Returns:
- The bytes for configTypeDetailsClass.
-
getCommunityInitializerClass
String getCommunityInitializerClass()string communityInitializerClass = 21;
- Returns:
- The communityInitializerClass.
-
getCommunityInitializerClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getCommunityInitializerClassBytes()string communityInitializerClass = 21;
- Returns:
- The bytes for communityInitializerClass.
-
getHasScriptLanguage
boolean getHasScriptLanguage()bool hasScriptLanguage = 22;
- Returns:
- The hasScriptLanguage.
-
getCommunityRequestProcessorClass
String getCommunityRequestProcessorClass()string communityRequestProcessorClass = 23;
- Returns:
- The communityRequestProcessorClass.
-
getCommunityRequestProcessorClassBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getCommunityRequestProcessorClassBytes()string communityRequestProcessorClass = 23;
- Returns:
- The bytes for communityRequestProcessorClass.
-