Package org.yamcs.protobuf
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 TypeMethodDescriptionEntity from which to get the file listcom.google.protobuf.ByteString
Entity from which to get the file listYamcs instance namecom.google.protobuf.ByteString
Yamcs instance namecom.google.protobuf.Struct
Options for the transfercom.google.protobuf.StructOrBuilder
Options for the transferPath of folder to list files fromcom.google.protobuf.ByteString
Path of folder to list files fromFile transfer service namecom.google.protobuf.ByteString
File transfer service nameEntity from which to get the file listcom.google.protobuf.ByteString
Entity from which to get the file listboolean
Entity from which to get the file listboolean
Yamcs instance nameboolean
Options for the transferboolean
Path of folder to list files fromboolean
File transfer service nameboolean
Entity from which to get the file listMethods 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;
-