Package io.deephaven.proto.controller
Interface DeserializeQueryConfigurationResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeserializeQueryConfigurationResponse,DeserializeQueryConfigurationResponse.Builder
@Generated
public interface DeserializeQueryConfigurationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigs(int index) The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequestintThe persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequestThe persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequestgetConfigsOrBuilder(int index) The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequestList<? extends PersistentQueryConfigMessageOrBuilder>The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequestMethods 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
-
getConfigsList
List<PersistentQueryConfigMessage> getConfigsList()The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 1; -
getConfigs
The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 1; -
getConfigsCount
int getConfigsCount()The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 1; -
getConfigsOrBuilderList
List<? extends PersistentQueryConfigMessageOrBuilder> getConfigsOrBuilderList()The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 1; -
getConfigsOrBuilder
The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 1;
-