Interface StopQueryRequestOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StopQueryRequest, StopQueryRequest.Builder

public interface StopQueryRequestOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    bytes cookie = 1;
    long
    getSerials(int index)
    repeated int64 serials = 2;
    int
    repeated int64 serials = 2;
    repeated int64 serials = 2;

    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

    • getCookie

      io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()
      bytes cookie = 1;
      Returns:
      The cookie.
    • getSerialsList

      List<Long> getSerialsList()
      repeated int64 serials = 2;
      Returns:
      A list containing the serials.
    • getSerialsCount

      int getSerialsCount()
      repeated int64 serials = 2;
      Returns:
      The count of serials.
    • getSerials

      long getSerials(int index)
      repeated int64 serials = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The serials at the given index.