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

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

  /**
   * optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
   * @return Whether the operation field is set.
   */
  boolean hasOperation();
  /**
   * optional .yamcs.protobuf.yamcsManagement.ProcessorManagementRequest.Operation operation = 1;
   * @return The operation.
   */
  org.yamcs.protobuf.ProcessorManagementRequest.Operation getOperation();

  /**
   * 
   *yamcs instance
   * 
* * optional string instance = 2; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   *yamcs instance
   * 
* * optional string instance = 2; * @return The instance. */ java.lang.String getInstance(); /** *
   *yamcs instance
   * 
* * 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(); /** *
   *only for CREATE
   * 
* * optional string type = 4; * @return Whether the type field is set. */ boolean hasType(); /** *
   *only for CREATE
   * 
* * optional string type = 4; * @return The type. */ java.lang.String getType(); /** *
   *only for CREATE
   * 
* * optional string type = 4; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
   *only for CREATE - used to be called spec
   * 
* * optional string config = 5; * @return Whether the config field is set. */ boolean hasConfig(); /** *
   *only for CREATE - used to be called spec
   * 
* * optional string config = 5; * @return The config. */ java.lang.String getConfig(); /** *
   *only for CREATE - used to be called spec
   * 
* * optional string config = 5; * @return The bytes for config. */ com.google.protobuf.ByteString getConfigBytes(); /** *
   *only for CREATE
   * 
* * optional bool persistent = 7 [default = false]; * @return Whether the persistent field is set. */ boolean hasPersistent(); /** *
   *only for CREATE
   * 
* * optional bool persistent = 7 [default = false]; * @return The persistent. */ boolean getPersistent(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy