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 Type
    Method
    Description
    getConfigs(int index)
    The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
    int
    The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
    The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
    The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
    The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest

    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

    • getConfigsList

       The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
       
      repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 1;
    • getConfigs

      PersistentQueryConfigMessage getConfigs(int index)
       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

      PersistentQueryConfigMessageOrBuilder getConfigsOrBuilder(int index)
       The persistent query configuration produced from the XML (or other format) in a DeserializeQueryConfigurationRequest
       
      repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 1;