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

org.yamcs.protobuf.IndexEntryOrBuilder 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 IndexEntryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.archive.IndexEntry)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string start = 1;
   * @return Whether the start field is set.
   */
  boolean hasStart();
  /**
   * optional string start = 1;
   * @return The start.
   */
  java.lang.String getStart();
  /**
   * optional string start = 1;
   * @return The bytes for start.
   */
  com.google.protobuf.ByteString
      getStartBytes();

  /**
   * optional string stop = 2;
   * @return Whether the stop field is set.
   */
  boolean hasStop();
  /**
   * optional string stop = 2;
   * @return The stop.
   */
  java.lang.String getStop();
  /**
   * optional string stop = 2;
   * @return The bytes for stop.
   */
  com.google.protobuf.ByteString
      getStopBytes();

  /**
   * optional int32 count = 3;
   * @return Whether the count field is set.
   */
  boolean hasCount();
  /**
   * optional int32 count = 3;
   * @return The count.
   */
  int getCount();

  /**
   * optional int64 seqStart = 4;
   * @return Whether the seqStart field is set.
   */
  boolean hasSeqStart();
  /**
   * optional int64 seqStart = 4;
   * @return The seqStart.
   */
  long getSeqStart();

  /**
   * optional int64 seqStop = 5;
   * @return Whether the seqStop field is set.
   */
  boolean hasSeqStop();
  /**
   * optional int64 seqStop = 5;
   * @return The seqStop.
   */
  long getSeqStop();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy