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

org.yamcs.protobuf.ListFilesResponseOrBuilder 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 ListFilesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.filetransfer.ListFilesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
   */
  java.util.List 
      getFilesList();
  /**
   * repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
   */
  org.yamcs.protobuf.RemoteFile getFiles(int index);
  /**
   * repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
   */
  int getFilesCount();
  /**
   * repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
   */
  java.util.List 
      getFilesOrBuilderList();
  /**
   * repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;
   */
  org.yamcs.protobuf.RemoteFileOrBuilder getFilesOrBuilder(
      int index);

  /**
   * optional string destination = 2;
   * @return Whether the destination field is set.
   */
  boolean hasDestination();
  /**
   * optional string destination = 2;
   * @return The destination.
   */
  java.lang.String getDestination();
  /**
   * optional string destination = 2;
   * @return The bytes for destination.
   */
  com.google.protobuf.ByteString
      getDestinationBytes();

  /**
   * optional string remotePath = 3;
   * @return Whether the remotePath field is set.
   */
  boolean hasRemotePath();
  /**
   * optional string remotePath = 3;
   * @return The remotePath.
   */
  java.lang.String getRemotePath();
  /**
   * optional string remotePath = 3;
   * @return The bytes for remotePath.
   */
  com.google.protobuf.ByteString
      getRemotePathBytes();

  /**
   * optional .google.protobuf.Timestamp listTime = 4;
   * @return Whether the listTime field is set.
   */
  boolean hasListTime();
  /**
   * optional .google.protobuf.Timestamp listTime = 4;
   * @return The listTime.
   */
  com.google.protobuf.Timestamp getListTime();
  /**
   * optional .google.protobuf.Timestamp listTime = 4;
   */
  com.google.protobuf.TimestampOrBuilder getListTimeOrBuilder();

  /**
   * optional string state = 5;
   * @return Whether the state field is set.
   */
  boolean hasState();
  /**
   * optional string state = 5;
   * @return The state.
   */
  java.lang.String getState();
  /**
   * optional string state = 5;
   * @return The bytes for state.
   */
  com.google.protobuf.ByteString
      getStateBytes();

  /**
   * 
   * Progress message, in case the file listing is still underway
   * 
* * optional string progressMessage = 6; * @return Whether the progressMessage field is set. */ boolean hasProgressMessage(); /** *
   * Progress message, in case the file listing is still underway
   * 
* * optional string progressMessage = 6; * @return The progressMessage. */ java.lang.String getProgressMessage(); /** *
   * Progress message, in case the file listing is still underway
   * 
* * optional string progressMessage = 6; * @return The bytes for progressMessage. */ com.google.protobuf.ByteString getProgressMessageBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy