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

org.yamcs.protobuf.CreateTransferRequestOrBuilder 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 CreateTransferRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.cfdp.CreateTransferRequest)
    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 .yamcs.protobuf.cfdp.TransferDirection direction = 2;
   */
  boolean hasDirection();
  /**
   * optional .yamcs.protobuf.cfdp.TransferDirection direction = 2;
   */
  org.yamcs.protobuf.TransferDirection getDirection();

  /**
   * optional string bucket = 3;
   */
  boolean hasBucket();
  /**
   * optional string bucket = 3;
   */
  java.lang.String getBucket();
  /**
   * optional string bucket = 3;
   */
  com.google.protobuf.ByteString
      getBucketBytes();

  /**
   * optional string objectName = 4;
   */
  boolean hasObjectName();
  /**
   * optional string objectName = 4;
   */
  java.lang.String getObjectName();
  /**
   * optional string objectName = 4;
   */
  com.google.protobuf.ByteString
      getObjectNameBytes();

  /**
   * optional string remotePath = 5;
   */
  boolean hasRemotePath();
  /**
   * optional string remotePath = 5;
   */
  java.lang.String getRemotePath();
  /**
   * optional string remotePath = 5;
   */
  com.google.protobuf.ByteString
      getRemotePathBytes();

  /**
   * optional .yamcs.protobuf.cfdp.CreateTransferRequest.DownloadOptions downloadOptions = 6;
   */
  boolean hasDownloadOptions();
  /**
   * optional .yamcs.protobuf.cfdp.CreateTransferRequest.DownloadOptions downloadOptions = 6;
   */
  org.yamcs.protobuf.CreateTransferRequest.DownloadOptions getDownloadOptions();
  /**
   * optional .yamcs.protobuf.cfdp.CreateTransferRequest.DownloadOptions downloadOptions = 6;
   */
  org.yamcs.protobuf.CreateTransferRequest.DownloadOptionsOrBuilder getDownloadOptionsOrBuilder();

  /**
   * optional .yamcs.protobuf.cfdp.CreateTransferRequest.UploadOptions uploadOptions = 7;
   */
  boolean hasUploadOptions();
  /**
   * optional .yamcs.protobuf.cfdp.CreateTransferRequest.UploadOptions uploadOptions = 7;
   */
  org.yamcs.protobuf.CreateTransferRequest.UploadOptions getUploadOptions();
  /**
   * optional .yamcs.protobuf.cfdp.CreateTransferRequest.UploadOptions uploadOptions = 7;
   */
  org.yamcs.protobuf.CreateTransferRequest.UploadOptionsOrBuilder getUploadOptionsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy