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

org.yamcs.protobuf.ListViewsResponseOrBuilder 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/timeline/timeline.proto

package org.yamcs.protobuf;

public interface ListViewsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.timeline.ListViewsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .yamcs.protobuf.timeline.TimelineView views = 1;
   */
  java.util.List 
      getViewsList();
  /**
   * repeated .yamcs.protobuf.timeline.TimelineView views = 1;
   */
  org.yamcs.protobuf.TimelineView getViews(int index);
  /**
   * repeated .yamcs.protobuf.timeline.TimelineView views = 1;
   */
  int getViewsCount();
  /**
   * repeated .yamcs.protobuf.timeline.TimelineView views = 1;
   */
  java.util.List 
      getViewsOrBuilderList();
  /**
   * repeated .yamcs.protobuf.timeline.TimelineView views = 1;
   */
  org.yamcs.protobuf.TimelineViewOrBuilder getViewsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy