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

org.yamcs.protobuf.EditTransferRequestOrBuilder 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/cfdp/cfdp.proto

package org.yamcs.protobuf;

public interface EditTransferRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.cfdp.EditTransferRequest)
    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();

  /**
   * optional string operation = 3;
   */
  boolean hasOperation();
  /**
   * optional string operation = 3;
   */
  java.lang.String getOperation();
  /**
   * optional string operation = 3;
   */
  com.google.protobuf.ByteString
      getOperationBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy