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

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

  /**
   * optional .yamcs.protobuf.NamedObjectId id = 1;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional .yamcs.protobuf.NamedObjectId id = 1;
   * @return The id.
   */
  org.yamcs.protobuf.Yamcs.NamedObjectId getId();
  /**
   * optional .yamcs.protobuf.NamedObjectId id = 1;
   */
  org.yamcs.protobuf.Yamcs.NamedObjectIdOrBuilder getIdOrBuilder();

  /**
   * repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
   */
  java.util.List 
      getEntryList();
  /**
   * repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
   */
  org.yamcs.protobuf.IndexEntry getEntry(int index);
  /**
   * repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
   */
  int getEntryCount();
  /**
   * repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
   */
  java.util.List 
      getEntryOrBuilderList();
  /**
   * repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
   */
  org.yamcs.protobuf.IndexEntryOrBuilder getEntryOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy