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

org.yamcs.protobuf.StreamCommandsRequestOrBuilder 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/commanding/commands_service.proto

package org.yamcs.protobuf;

public interface StreamCommandsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.commanding.StreamCommandsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * Filter the lower bound of the command's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return Whether the start field is set. */ boolean hasStart(); /** *
   * Filter the lower bound of the command's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return The start. */ com.google.protobuf.Timestamp getStart(); /** *
   * Filter the lower bound of the command's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp start = 2; */ com.google.protobuf.TimestampOrBuilder getStartOrBuilder(); /** *
   * Filter the upper bound of the command's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp stop = 3; * @return Whether the stop field is set. */ boolean hasStop(); /** *
   * Filter the upper bound of the command's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp stop = 3; * @return The stop. */ com.google.protobuf.Timestamp getStop(); /** *
   * Filter the upper bound of the command's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp stop = 3; */ com.google.protobuf.TimestampOrBuilder getStopOrBuilder(); /** *
   * Command names to include. Leave unset, to include all.
   * 
* * repeated string name = 4; * @return A list containing the name. */ java.util.List getNameList(); /** *
   * Command names to include. Leave unset, to include all.
   * 
* * repeated string name = 4; * @return The count of name. */ int getNameCount(); /** *
   * Command names to include. Leave unset, to include all.
   * 
* * repeated string name = 4; * @param index The index of the element to return. * @return The name at the given index. */ java.lang.String getName(int index); /** *
   * Command names to include. Leave unset, to include all.
   * 
* * repeated string name = 4; * @param index The index of the value to return. * @return The bytes of the name at the given index. */ com.google.protobuf.ByteString getNameBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy