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

org.yamcs.protobuf.ListQueuedCommandsRequestOrBuilder 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/queues_service.proto

package org.yamcs.protobuf;

public interface ListQueuedCommandsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.commanding.ListQueuedCommandsRequest)
    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(); /** *
   * Processor name.
   * 
* * optional string processor = 2; * @return Whether the processor field is set. */ boolean hasProcessor(); /** *
   * Processor name.
   * 
* * optional string processor = 2; * @return The processor. */ java.lang.String getProcessor(); /** *
   * Processor name.
   * 
* * optional string processor = 2; * @return The bytes for processor. */ com.google.protobuf.ByteString getProcessorBytes(); /** *
   * Queue name.
   * 
* * optional string queue = 3; * @return Whether the queue field is set. */ boolean hasQueue(); /** *
   * Queue name.
   * 
* * optional string queue = 3; * @return The queue. */ java.lang.String getQueue(); /** *
   * Queue name.
   * 
* * optional string queue = 3; * @return The bytes for queue. */ com.google.protobuf.ByteString getQueueBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy