Interface FileTransferOptionOrBuilder

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

public interface FileTransferOptionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

      boolean hasName()
       Identifier
       
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Identifier
       
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Identifier
       
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasType

      boolean hasType()
       Option type
       
      optional .yamcs.protobuf.filetransfer.FileTransferOption.Type type = 2;
      Returns:
      Whether the type field is set.
    • getType

       Option type
       
      optional .yamcs.protobuf.filetransfer.FileTransferOption.Type type = 2;
      Returns:
      The type.
    • hasTitle

      boolean hasTitle()
       Title for the option
       
      optional string title = 3;
      Returns:
      Whether the title field is set.
    • getTitle

      String getTitle()
       Title for the option
       
      optional string title = 3;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
       Title for the option
       
      optional string title = 3;
      Returns:
      The bytes for title.
    • hasDescription

      boolean hasDescription()
       Help text shown on hover
       
      optional string description = 4;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       Help text shown on hover
       
      optional string description = 4;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Help text shown on hover
       
      optional string description = 4;
      Returns:
      The bytes for description.
    • hasAssociatedText

      boolean hasAssociatedText()
       Placeholder for fields and label for checkboxes
       
      optional string associatedText = 5;
      Returns:
      Whether the associatedText field is set.
    • getAssociatedText

      String getAssociatedText()
       Placeholder for fields and label for checkboxes
       
      optional string associatedText = 5;
      Returns:
      The associatedText.
    • getAssociatedTextBytes

      com.google.protobuf.ByteString getAssociatedTextBytes()
       Placeholder for fields and label for checkboxes
       
      optional string associatedText = 5;
      Returns:
      The bytes for associatedText.
    • hasDefault

      boolean hasDefault()
       Default value for the field
       
      optional string default = 6;
      Returns:
      Whether the default field is set.
    • getDefault

      String getDefault()
       Default value for the field
       
      optional string default = 6;
      Returns:
      The default.
    • getDefaultBytes

      com.google.protobuf.ByteString getDefaultBytes()
       Default value for the field
       
      optional string default = 6;
      Returns:
      The bytes for default.
    • getValuesList

      List<FileTransferOption.Value> getValuesList()
       Values for potential dropdown menu
       
      repeated .yamcs.protobuf.filetransfer.FileTransferOption.Value values = 7;
    • getValues

      FileTransferOption.Value getValues(int index)
       Values for potential dropdown menu
       
      repeated .yamcs.protobuf.filetransfer.FileTransferOption.Value values = 7;
    • getValuesCount

      int getValuesCount()
       Values for potential dropdown menu
       
      repeated .yamcs.protobuf.filetransfer.FileTransferOption.Value values = 7;
    • getValuesOrBuilderList

      List<? extends FileTransferOption.ValueOrBuilder> getValuesOrBuilderList()
       Values for potential dropdown menu
       
      repeated .yamcs.protobuf.filetransfer.FileTransferOption.Value values = 7;
    • getValuesOrBuilder

      FileTransferOption.ValueOrBuilder getValuesOrBuilder(int index)
       Values for potential dropdown menu
       
      repeated .yamcs.protobuf.filetransfer.FileTransferOption.Value values = 7;
    • hasAllowCustomOption

      boolean hasAllowCustomOption()
       Whether a custom field is needed when using the drop-down menu
       
      optional bool allowCustomOption = 8;
      Returns:
      Whether the allowCustomOption field is set.
    • getAllowCustomOption

      boolean getAllowCustomOption()
       Whether a custom field is needed when using the drop-down menu
       
      optional bool allowCustomOption = 8;
      Returns:
      The allowCustomOption.