org.yamcs.protobuf.CreateProcessorRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yamcs-api Show documentation
Show all versions of yamcs-api Show documentation
Used by external clients to communicate with Yamcs
// 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();
}