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

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

  /**
   * 
   *item source
   * 
* * optional string source = 1; * @return Whether the source field is set. */ boolean hasSource(); /** *
   *item source
   * 
* * optional string source = 1; * @return The source. */ java.lang.String getSource(); /** *
   *item source
   * 
* * optional string source = 1; * @return The bytes for source. */ com.google.protobuf.ByteString getSourceBytes(); /** *
   *items
   * 
* * repeated .yamcs.protobuf.timeline.TimelineItem items = 2; */ java.util.List getItemsList(); /** *
   *items
   * 
* * repeated .yamcs.protobuf.timeline.TimelineItem items = 2; */ org.yamcs.protobuf.TimelineItem getItems(int index); /** *
   *items
   * 
* * repeated .yamcs.protobuf.timeline.TimelineItem items = 2; */ int getItemsCount(); /** *
   *items
   * 
* * repeated .yamcs.protobuf.timeline.TimelineItem items = 2; */ java.util.List getItemsOrBuilderList(); /** *
   *items
   * 
* * repeated .yamcs.protobuf.timeline.TimelineItem items = 2; */ org.yamcs.protobuf.TimelineItemOrBuilder getItemsOrBuilder( 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 = 3; * @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 = 3; * @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 = 3; * @return The bytes for continuationToken. */ com.google.protobuf.ByteString getContinuationTokenBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy