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

org.yamcs.protobuf.ProcessorRequestOrBuilder 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/yamcsManagement/yamcsManagement.proto

package org.yamcs.protobuf;

public interface ProcessorRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.yamcsManagement.ProcessorRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Which operation to perform with this request
   * 
* * optional .yamcs.protobuf.yamcsManagement.ProcessorRequest.Operation operation = 1; * @return Whether the operation field is set. */ boolean hasOperation(); /** *
   * Which operation to perform with this request
   * 
* * optional .yamcs.protobuf.yamcsManagement.ProcessorRequest.Operation operation = 1; * @return The operation. */ org.yamcs.protobuf.ProcessorRequest.Operation getOperation(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 2; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 2; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 2; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * Processor name
   * 
* * optional string name = 3; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Processor name
   * 
* * optional string name = 3; * @return The name. */ java.lang.String getName(); /** *
   * Processor name
   * 
* * optional string name = 3; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Time to seek to, when ``operation`` is set to ``SEEK``
   * 
* * optional int64 seekTime = 4; * @return Whether the seekTime field is set. */ boolean hasSeekTime(); /** *
   * Time to seek to, when ``operation`` is set to ``SEEK``
   * 
* * optional int64 seekTime = 4; * @return The seekTime. */ long getSeekTime(); /** *
   * Speec, shen ``operation`` is set to ``CHANGE_SPEED``
   * 
* * optional .yamcs.protobuf.ReplaySpeed replaySpeed = 5; * @return Whether the replaySpeed field is set. */ boolean hasReplaySpeed(); /** *
   * Speec, shen ``operation`` is set to ``CHANGE_SPEED``
   * 
* * optional .yamcs.protobuf.ReplaySpeed replaySpeed = 5; * @return The replaySpeed. */ org.yamcs.protobuf.Yamcs.ReplaySpeed getReplaySpeed(); /** *
   * Speec, shen ``operation`` is set to ``CHANGE_SPEED``
   * 
* * optional .yamcs.protobuf.ReplaySpeed replaySpeed = 5; */ org.yamcs.protobuf.Yamcs.ReplaySpeedOrBuilder getReplaySpeedOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy