Package io.deephaven.proto.controller
Interface SerializeQueryConfigurationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SerializeQueryConfigurationRequest,SerializeQueryConfigurationRequest.Builder
@Generated
public interface SerializeQueryConfigurationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigs(int index) the query configuration to serializeintthe query configuration to serializethe query configuration to serializegetConfigsOrBuilder(int index) the query configuration to serializeList<? extends PersistentQueryConfigMessageOrBuilder>the query configuration to serializecom.google.protobuf.ByteStringthe authentication cookie for this requestMethods 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
-
getCookie
com.google.protobuf.ByteString getCookie()the authentication cookie for this request
bytes cookie = 1;- Returns:
- The cookie.
-
getConfigsList
List<PersistentQueryConfigMessage> getConfigsList()the query configuration to serialize
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 2; -
getConfigs
the query configuration to serialize
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 2; -
getConfigsCount
int getConfigsCount()the query configuration to serialize
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 2; -
getConfigsOrBuilderList
List<? extends PersistentQueryConfigMessageOrBuilder> getConfigsOrBuilderList()the query configuration to serialize
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 2; -
getConfigsOrBuilder
the query configuration to serialize
repeated .io.deephaven.proto.controller.PersistentQueryConfigMessage configs = 2;
-