org.yamcs.protobuf.GetTransferRequestOrBuilder 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/cfdp/cfdp.proto
package org.yamcs.protobuf;
public interface GetTransferRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:yamcs.protobuf.cfdp.GetTransferRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string instance = 1;
*/
boolean hasInstance();
/**
* optional string instance = 1;
*/
java.lang.String getInstance();
/**
* optional string instance = 1;
*/
com.google.protobuf.ByteString
getInstanceBytes();
/**
* optional int64 id = 2;
*/
boolean hasId();
/**
* optional int64 id = 2;
*/
long getId();
}