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

org.yamcs.protobuf.CreateProcessorRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/web/rest.proto

package org.yamcs.protobuf;

public interface CreateProcessorRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.web.CreateProcessorRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   */
  boolean hasName();
  /**
   * optional string name = 1;
   */
  java.lang.String getName();
  /**
   * optional string name = 1;
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * repeated int32 clientId = 6;
   */
  java.util.List getClientIdList();
  /**
   * repeated int32 clientId = 6;
   */
  int getClientIdCount();
  /**
   * repeated int32 clientId = 6;
   */
  int getClientId(int index);

  /**
   * optional bool persistent = 11;
   */
  boolean hasPersistent();
  /**
   * optional bool persistent = 11;
   */
  boolean getPersistent();

  /**
   * optional string type = 12;
   */
  boolean hasType();
  /**
   * optional string type = 12;
   */
  java.lang.String getType();
  /**
   * optional string type = 12;
   */
  com.google.protobuf.ByteString
      getTypeBytes();

  /**
   * optional string config = 13;
   */
  boolean hasConfig();
  /**
   * optional string config = 13;
   */
  java.lang.String getConfig();
  /**
   * optional string config = 13;
   */
  com.google.protobuf.ByteString
      getConfigBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy