Interface FileTransferOption.ValueOrBuilder

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

public static interface FileTransferOption.ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Real value for the option (used to sent to the server)
    com.google.protobuf.ByteString
    Real value for the option (used to sent to the server)
    Display name for the value
    com.google.protobuf.ByteString
    Display name for the value
    boolean
    Real value for the option (used to sent to the server)
    boolean
    Display name for the value

    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

    • hasValue

      boolean hasValue()
       Real value for the option (used to sent to the server)
       
      optional string value = 1;
      Returns:
      Whether the value field is set.
    • getValue

      String getValue()
       Real value for the option (used to sent to the server)
       
      optional string value = 1;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Real value for the option (used to sent to the server)
       
      optional string value = 1;
      Returns:
      The bytes for value.
    • hasVerboseName

      boolean hasVerboseName()
       Display name for the value
       
      optional string verboseName = 2;
      Returns:
      Whether the verboseName field is set.
    • getVerboseName

      String getVerboseName()
       Display name for the value
       
      optional string verboseName = 2;
      Returns:
      The verboseName.
    • getVerboseNameBytes

      com.google.protobuf.ByteString getVerboseNameBytes()
       Display name for the value
       
      optional string verboseName = 2;
      Returns:
      The bytes for verboseName.