Packages

final case class ImportRequest(collectionName: String = "", partitionName: String = "", channelNames: Seq[String] = _root_.scala.Seq.empty, rowBased: Boolean = false, files: Seq[String] = _root_.scala.Seq.empty, options: Seq[KeyValuePair] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ImportRequest] with Product with Serializable

collectionName

target collection

partitionName

target partition

channelNames

channel names for the collection

rowBased

the file is row-based or column-based

files

file paths to be imported

options

import options, bucket, etc.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[ImportRequest], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImportRequest
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImportRequest(collectionName: String = "", partitionName: String = "", channelNames: Seq[String] = _root_.scala.Seq.empty, rowBased: Boolean = false, files: Seq[String] = _root_.scala.Seq.empty, options: Seq[KeyValuePair] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

    collectionName

    target collection

    partitionName

    target partition

    channelNames

    channel names for the collection

    rowBased

    the file is row-based or column-based

    files

    file paths to be imported

    options

    import options, bucket, etc.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllChannelNames(__vs: Iterable[String]): ImportRequest
  5. def addAllFiles(__vs: Iterable[String]): ImportRequest
  6. def addAllOptions(__vs: Iterable[KeyValuePair]): ImportRequest
  7. def addChannelNames(__vs: String*): ImportRequest
  8. def addFiles(__vs: String*): ImportRequest
  9. def addOptions(__vs: KeyValuePair*): ImportRequest
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val channelNames: Seq[String]
  12. def clearChannelNames: ImportRequest
  13. def clearFiles: ImportRequest
  14. def clearOptions: ImportRequest
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. val collectionName: String
  17. def companion: ImportRequest.type
    Definition Classes
    ImportRequest → GeneratedMessage
  18. def discardUnknownFields: ImportRequest
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val files: Seq[String]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ImportRequest → GeneratedMessage
  23. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ImportRequest → GeneratedMessage
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val options: Seq[KeyValuePair]
  29. val partitionName: String
  30. val rowBased: Boolean
  31. def serializedSize: Int
    Definition Classes
    ImportRequest → GeneratedMessage
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  34. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  35. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  36. def toProtoString: String
    Definition Classes
    ImportRequest → GeneratedMessage
  37. val unknownFields: UnknownFieldSet
  38. def update(ms: (Lens[ImportRequest, ImportRequest]) ⇒ Mutation[ImportRequest]*): ImportRequest
    Definition Classes
    Updatable
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withChannelNames(__v: Seq[String]): ImportRequest
  43. def withCollectionName(__v: String): ImportRequest
  44. def withFiles(__v: Seq[String]): ImportRequest
  45. def withOptions(__v: Seq[KeyValuePair]): ImportRequest
  46. def withPartitionName(__v: String): ImportRequest
  47. def withRowBased(__v: Boolean): ImportRequest
  48. def withUnknownFields(__v: UnknownFieldSet): ImportRequest
  49. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  50. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ImportRequest → GeneratedMessage
  51. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Updatable[ImportRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped