Class FileTransferCapabilities

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.FileTransferCapabilities
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, FileTransferCapabilitiesOrBuilder

public final class FileTransferCapabilities extends com.google.protobuf.GeneratedMessageV3 implements FileTransferCapabilitiesOrBuilder
Protobuf type yamcs.protobuf.filetransfer.FileTransferCapabilities
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasUpload

      public boolean hasUpload()
       Whether the transfer service supports uploads
       
      optional bool upload = 1;
      Specified by:
      hasUpload in interface FileTransferCapabilitiesOrBuilder
      Returns:
      Whether the upload field is set.
    • getUpload

      public boolean getUpload()
       Whether the transfer service supports uploads
       
      optional bool upload = 1;
      Specified by:
      getUpload in interface FileTransferCapabilitiesOrBuilder
      Returns:
      The upload.
    • hasDownload

      public boolean hasDownload()
       Whether the transfer service supports downloads
       
      optional bool download = 2;
      Specified by:
      hasDownload in interface FileTransferCapabilitiesOrBuilder
      Returns:
      Whether the download field is set.
    • getDownload

      public boolean getDownload()
       Whether the transfer service supports downloads
       
      optional bool download = 2;
      Specified by:
      getDownload in interface FileTransferCapabilitiesOrBuilder
      Returns:
      The download.
    • hasRemotePath

      public boolean hasRemotePath()
       Whether the transfer service supports specifying an upload path
       
      optional bool remotePath = 4;
      Specified by:
      hasRemotePath in interface FileTransferCapabilitiesOrBuilder
      Returns:
      Whether the remotePath field is set.
    • getRemotePath

      public boolean getRemotePath()
       Whether the transfer service supports specifying an upload path
       
      optional bool remotePath = 4;
      Specified by:
      getRemotePath in interface FileTransferCapabilitiesOrBuilder
      Returns:
      The remotePath.
    • hasFileList

      public boolean hasFileList()
       Whether the transfer service supports remote file listings
       
      optional bool fileList = 5;
      Specified by:
      hasFileList in interface FileTransferCapabilitiesOrBuilder
      Returns:
      Whether the fileList field is set.
    • getFileList

      public boolean getFileList()
       Whether the transfer service supports remote file listings
       
      optional bool fileList = 5;
      Specified by:
      getFileList in interface FileTransferCapabilitiesOrBuilder
      Returns:
      The fileList.
    • hasHasTransferType

      public boolean hasHasTransferType()
       Whether transfers contain a column describing the Transfer Type
       
      optional bool hasTransferType = 6;
      Specified by:
      hasHasTransferType in interface FileTransferCapabilitiesOrBuilder
      Returns:
      Whether the hasTransferType field is set.
    • getHasTransferType

      public boolean getHasTransferType()
       Whether transfers contain a column describing the Transfer Type
       
      optional bool hasTransferType = 6;
      Specified by:
      getHasTransferType in interface FileTransferCapabilitiesOrBuilder
      Returns:
      The hasTransferType.
    • getFileListExtraColumnsList

      public List<ExtraColumnInfo> getFileListExtraColumnsList()
       Additional columns to show in a file listing, where id
       is a key of ``RemoteFile.extra``
       
      repeated .yamcs.protobuf.filetransfer.ExtraColumnInfo fileListExtraColumns = 7;
      Specified by:
      getFileListExtraColumnsList in interface FileTransferCapabilitiesOrBuilder
    • getFileListExtraColumnsOrBuilderList

      public List<? extends ExtraColumnInfoOrBuilder> getFileListExtraColumnsOrBuilderList()
       Additional columns to show in a file listing, where id
       is a key of ``RemoteFile.extra``
       
      repeated .yamcs.protobuf.filetransfer.ExtraColumnInfo fileListExtraColumns = 7;
      Specified by:
      getFileListExtraColumnsOrBuilderList in interface FileTransferCapabilitiesOrBuilder
    • getFileListExtraColumnsCount

      public int getFileListExtraColumnsCount()
       Additional columns to show in a file listing, where id
       is a key of ``RemoteFile.extra``
       
      repeated .yamcs.protobuf.filetransfer.ExtraColumnInfo fileListExtraColumns = 7;
      Specified by:
      getFileListExtraColumnsCount in interface FileTransferCapabilitiesOrBuilder
    • getFileListExtraColumns

      public ExtraColumnInfo getFileListExtraColumns(int index)
       Additional columns to show in a file listing, where id
       is a key of ``RemoteFile.extra``
       
      repeated .yamcs.protobuf.filetransfer.ExtraColumnInfo fileListExtraColumns = 7;
      Specified by:
      getFileListExtraColumns in interface FileTransferCapabilitiesOrBuilder
    • getFileListExtraColumnsOrBuilder

      public ExtraColumnInfoOrBuilder getFileListExtraColumnsOrBuilder(int index)
       Additional columns to show in a file listing, where id
       is a key of ``RemoteFile.extra``
       
      repeated .yamcs.protobuf.filetransfer.ExtraColumnInfo fileListExtraColumns = 7;
      Specified by:
      getFileListExtraColumnsOrBuilder in interface FileTransferCapabilitiesOrBuilder
    • getFileActionsList

      public List<ActionInfo> getFileActionsList()
       Additional actions that may be executed on remote files
       
      repeated .yamcs.protobuf.actions.ActionInfo fileActions = 8;
      Specified by:
      getFileActionsList in interface FileTransferCapabilitiesOrBuilder
    • getFileActionsOrBuilderList

      public List<? extends ActionInfoOrBuilder> getFileActionsOrBuilderList()
       Additional actions that may be executed on remote files
       
      repeated .yamcs.protobuf.actions.ActionInfo fileActions = 8;
      Specified by:
      getFileActionsOrBuilderList in interface FileTransferCapabilitiesOrBuilder
    • getFileActionsCount

      public int getFileActionsCount()
       Additional actions that may be executed on remote files
       
      repeated .yamcs.protobuf.actions.ActionInfo fileActions = 8;
      Specified by:
      getFileActionsCount in interface FileTransferCapabilitiesOrBuilder
    • getFileActions

      public ActionInfo getFileActions(int index)
       Additional actions that may be executed on remote files
       
      repeated .yamcs.protobuf.actions.ActionInfo fileActions = 8;
      Specified by:
      getFileActions in interface FileTransferCapabilitiesOrBuilder
    • getFileActionsOrBuilder

      public ActionInfoOrBuilder getFileActionsOrBuilder(int index)
       Additional actions that may be executed on remote files
       
      repeated .yamcs.protobuf.actions.ActionInfo fileActions = 8;
      Specified by:
      getFileActionsOrBuilder in interface FileTransferCapabilitiesOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static FileTransferCapabilities parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FileTransferCapabilities parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FileTransferCapabilities parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FileTransferCapabilities parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FileTransferCapabilities parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FileTransferCapabilities parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FileTransferCapabilities parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FileTransferCapabilities parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FileTransferCapabilities parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FileTransferCapabilities parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FileTransferCapabilities parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FileTransferCapabilities parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public FileTransferCapabilities.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static FileTransferCapabilities.Builder newBuilder()
    • newBuilder

      public static FileTransferCapabilities.Builder newBuilder(FileTransferCapabilities prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected FileTransferCapabilities.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static FileTransferCapabilities getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<FileTransferCapabilities> parser()
    • getParserForType

      public com.google.protobuf.Parser<FileTransferCapabilities> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public FileTransferCapabilities getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder