Package org.yamcs.protobuf
Interface ListFilesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFilesResponse,ListFilesResponse.Builder
public interface ListFilesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string destination = 2;com.google.protobuf.ByteStringoptional string destination = 2;getFiles(int index) repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;intrepeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;getFilesOrBuilder(int index) repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;List<? extends RemoteFileOrBuilder>repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1;com.google.protobuf.Timestampoptional .google.protobuf.Timestamp listTime = 4;com.google.protobuf.TimestampOrBuilderoptional .google.protobuf.Timestamp listTime = 4;Progress message, in case the file listing is still underwaycom.google.protobuf.ByteStringProgress message, in case the file listing is still underwayoptional string remotePath = 3;com.google.protobuf.ByteStringoptional string remotePath = 3;getState()optional string state = 5;com.google.protobuf.ByteStringoptional string state = 5;booleanoptional string destination = 2;booleanoptional .google.protobuf.Timestamp listTime = 4;booleanProgress message, in case the file listing is still underwaybooleanoptional string remotePath = 3;booleanhasState()optional string state = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFilesList
List<RemoteFile> getFilesList()repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1; -
getFiles
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1; -
getFilesCount
int getFilesCount()repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1; -
getFilesOrBuilderList
List<? extends RemoteFileOrBuilder> getFilesOrBuilderList()repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1; -
getFilesOrBuilder
repeated .yamcs.protobuf.filetransfer.RemoteFile files = 1; -
hasDestination
boolean hasDestination()optional string destination = 2;- Returns:
- Whether the destination field is set.
-
getDestination
String getDestination()optional string destination = 2;- Returns:
- The destination.
-
getDestinationBytes
com.google.protobuf.ByteString getDestinationBytes()optional string destination = 2;- Returns:
- The bytes for destination.
-
hasRemotePath
boolean hasRemotePath()optional string remotePath = 3;- Returns:
- Whether the remotePath field is set.
-
getRemotePath
String getRemotePath()optional string remotePath = 3;- Returns:
- The remotePath.
-
getRemotePathBytes
com.google.protobuf.ByteString getRemotePathBytes()optional string remotePath = 3;- Returns:
- The bytes for remotePath.
-
hasListTime
boolean hasListTime()optional .google.protobuf.Timestamp listTime = 4;- Returns:
- Whether the listTime field is set.
-
getListTime
com.google.protobuf.Timestamp getListTime()optional .google.protobuf.Timestamp listTime = 4;- Returns:
- The listTime.
-
getListTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getListTimeOrBuilder()optional .google.protobuf.Timestamp listTime = 4; -
hasState
boolean hasState()optional string state = 5;- Returns:
- Whether the state field is set.
-
getState
String getState()optional string state = 5;- Returns:
- The state.
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()optional string state = 5;- Returns:
- The bytes for state.
-
hasProgressMessage
boolean hasProgressMessage()Progress message, in case the file listing is still underway
optional string progressMessage = 6;- Returns:
- Whether the progressMessage field is set.
-
getProgressMessage
String getProgressMessage()Progress message, in case the file listing is still underway
optional string progressMessage = 6;- Returns:
- The progressMessage.
-
getProgressMessageBytes
com.google.protobuf.ByteString getProgressMessageBytes()Progress message, in case the file listing is still underway
optional string progressMessage = 6;- Returns:
- The bytes for progressMessage.
-