All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.IndexResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/archive/index_service.proto

package org.yamcs.protobuf;

public interface IndexResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.archive.IndexResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .yamcs.protobuf.archive.IndexGroup group = 1;
   */
  java.util.List 
      getGroupList();
  /**
   * repeated .yamcs.protobuf.archive.IndexGroup group = 1;
   */
  org.yamcs.protobuf.IndexGroup getGroup(int index);
  /**
   * repeated .yamcs.protobuf.archive.IndexGroup group = 1;
   */
  int getGroupCount();
  /**
   * repeated .yamcs.protobuf.archive.IndexGroup group = 1;
   */
  java.util.List 
      getGroupOrBuilderList();
  /**
   * repeated .yamcs.protobuf.archive.IndexGroup group = 1;
   */
  org.yamcs.protobuf.IndexGroupOrBuilder getGroupOrBuilder(
      int index);

  /**
   * 
   * Token indicating the response is only partial. More results can then
   * be obtained by performing the same request (including all original
   * query parameters) and setting the ``next`` parameter to this token.
   * 
* * optional string continuationToken = 2; * @return Whether the continuationToken field is set. */ boolean hasContinuationToken(); /** *
   * Token indicating the response is only partial. More results can then
   * be obtained by performing the same request (including all original
   * query parameters) and setting the ``next`` parameter to this token.
   * 
* * optional string continuationToken = 2; * @return The continuationToken. */ java.lang.String getContinuationToken(); /** *
   * Token indicating the response is only partial. More results can then
   * be obtained by performing the same request (including all original
   * query parameters) and setting the ``next`` parameter to this token.
   * 
* * optional string continuationToken = 2; * @return The bytes for continuationToken. */ com.google.protobuf.ByteString getContinuationTokenBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy