Interface ListFilesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListFilesRequest, ListFilesRequest.Builder

public interface ListFilesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Entity from which to get the file list
    com.google.protobuf.ByteString
    Entity from which to get the file list
    Yamcs instance name
    com.google.protobuf.ByteString
    Yamcs instance name
    com.google.protobuf.Struct
    Options for the transfer
    com.google.protobuf.StructOrBuilder
    Options for the transfer
    Path of folder to list files from
    com.google.protobuf.ByteString
    Path of folder to list files from
    File transfer service name
    com.google.protobuf.ByteString
    File transfer service name
    Entity from which to get the file list
    com.google.protobuf.ByteString
    Entity from which to get the file list
    boolean
    Entity from which to get the file list
    boolean
    Yamcs instance name
    boolean
    Options for the transfer
    boolean
    Path of folder to list files from
    boolean
    File transfer service name
    boolean
    Entity from which to get the file list

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasInstance

      boolean hasInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The bytes for instance.
    • hasServiceName

      boolean hasServiceName()
       File transfer service name
       
      optional string serviceName = 2;
      Returns:
      Whether the serviceName field is set.
    • getServiceName

      String getServiceName()
       File transfer service name
       
      optional string serviceName = 2;
      Returns:
      The serviceName.
    • getServiceNameBytes

      com.google.protobuf.ByteString getServiceNameBytes()
       File transfer service name
       
      optional string serviceName = 2;
      Returns:
      The bytes for serviceName.
    • hasSource

      boolean hasSource()
       Entity from which to get the file list
       
      optional string source = 3;
      Returns:
      Whether the source field is set.
    • getSource

      String getSource()
       Entity from which to get the file list
       
      optional string source = 3;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
       Entity from which to get the file list
       
      optional string source = 3;
      Returns:
      The bytes for source.
    • hasDestination

      boolean hasDestination()
       Entity from which to get the file list
       
      optional string destination = 4;
      Returns:
      Whether the destination field is set.
    • getDestination

      String getDestination()
       Entity from which to get the file list
       
      optional string destination = 4;
      Returns:
      The destination.
    • getDestinationBytes

      com.google.protobuf.ByteString getDestinationBytes()
       Entity from which to get the file list
       
      optional string destination = 4;
      Returns:
      The bytes for destination.
    • hasRemotePath

      boolean hasRemotePath()
       Path of folder to list files from
       
      optional string remotePath = 5;
      Returns:
      Whether the remotePath field is set.
    • getRemotePath

      String getRemotePath()
       Path of folder to list files from
       
      optional string remotePath = 5;
      Returns:
      The remotePath.
    • getRemotePathBytes

      com.google.protobuf.ByteString getRemotePathBytes()
       Path of folder to list files from
       
      optional string remotePath = 5;
      Returns:
      The bytes for remotePath.
    • hasOptions

      boolean hasOptions()
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
      Returns:
      Whether the options field is set.
    • getOptions

      com.google.protobuf.Struct getOptions()
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;
      Returns:
      The options.
    • getOptionsOrBuilder

      com.google.protobuf.StructOrBuilder getOptionsOrBuilder()
       Options for the transfer
       
      optional .google.protobuf.Struct options = 6;