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

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

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

package org.yamcs.protobuf;

public interface ListFilesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.filetransfer.ListFilesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * File transfer service name
   * 
* * optional string serviceName = 2; * @return Whether the serviceName field is set. */ boolean hasServiceName(); /** *
   * File transfer service name
   * 
* * optional string serviceName = 2; * @return The serviceName. */ java.lang.String getServiceName(); /** *
   * File transfer service name
   * 
* * optional string serviceName = 2; * @return The bytes for serviceName. */ com.google.protobuf.ByteString getServiceNameBytes(); /** *
   * Entity from which to get the file list
   * 
* * optional string source = 3; * @return Whether the source field is set. */ boolean hasSource(); /** *
   * Entity from which to get the file list
   * 
* * optional string source = 3; * @return The source. */ java.lang.String getSource(); /** *
   * Entity from which to get the file list
   * 
* * optional string source = 3; * @return The bytes for source. */ com.google.protobuf.ByteString getSourceBytes(); /** *
   * Entity from which to get the file list
   * 
* * optional string destination = 4; * @return Whether the destination field is set. */ boolean hasDestination(); /** *
   * Entity from which to get the file list
   * 
* * optional string destination = 4; * @return The destination. */ java.lang.String getDestination(); /** *
   * Entity from which to get the file list
   * 
* * optional string destination = 4; * @return The bytes for destination. */ com.google.protobuf.ByteString getDestinationBytes(); /** *
   * Path of folder to list files from
   * 
* * optional string remotePath = 5; * @return Whether the remotePath field is set. */ boolean hasRemotePath(); /** *
   * Path of folder to list files from
   * 
* * optional string remotePath = 5; * @return The remotePath. */ java.lang.String getRemotePath(); /** *
   * Path of folder to list files from
   * 
* * optional string remotePath = 5; * @return The bytes for remotePath. */ com.google.protobuf.ByteString getRemotePathBytes(); /** *
   * Options for the transfer
   * 
* * optional .google.protobuf.Struct options = 6; * @return Whether the options field is set. */ boolean hasOptions(); /** *
   * Options for the transfer
   * 
* * optional .google.protobuf.Struct options = 6; * @return The options. */ com.google.protobuf.Struct getOptions(); /** *
   * Options for the transfer
   * 
* * optional .google.protobuf.Struct options = 6; */ com.google.protobuf.StructOrBuilder getOptionsOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy