Packages

final case class SaveSliceInfoDef(fullName: String = "", fullShape: Seq[Long] = _root_.scala.Seq.empty, varOffset: Seq[Long] = _root_.scala.Seq.empty, varShape: Seq[Long] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[SaveSliceInfoDef] with Product with Serializable

fullName

Name of the full variable of which this is a slice.

fullShape

Shape of the full variable.

varOffset

Offset of this variable into the full variable.

varShape

Shape of this variable.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[SaveSliceInfoDef], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SaveSliceInfoDef
  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 SaveSliceInfoDef(fullName: String = "", fullShape: Seq[Long] = _root_.scala.Seq.empty, varOffset: Seq[Long] = _root_.scala.Seq.empty, varShape: Seq[Long] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

    fullName

    Name of the full variable of which this is a slice.

    fullShape

    Shape of the full variable.

    varOffset

    Offset of this variable into the full variable.

    varShape

    Shape of this variable.

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 addAllFullShape(__vs: Iterable[Long]): SaveSliceInfoDef
  5. def addAllVarOffset(__vs: Iterable[Long]): SaveSliceInfoDef
  6. def addAllVarShape(__vs: Iterable[Long]): SaveSliceInfoDef
  7. def addFullShape(__vs: Long*): SaveSliceInfoDef
  8. def addVarOffset(__vs: Long*): SaveSliceInfoDef
  9. def addVarShape(__vs: Long*): SaveSliceInfoDef
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clearFullShape: SaveSliceInfoDef
  12. def clearVarOffset: SaveSliceInfoDef
  13. def clearVarShape: SaveSliceInfoDef
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  15. def companion: SaveSliceInfoDef.type
    Definition Classes
    SaveSliceInfoDef → GeneratedMessage
  16. def discardUnknownFields: SaveSliceInfoDef
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val fullName: String
  19. val fullShape: Seq[Long]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    SaveSliceInfoDef → GeneratedMessage
  22. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    SaveSliceInfoDef → GeneratedMessage
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def serializedSize: Int
    Definition Classes
    SaveSliceInfoDef → GeneratedMessage
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  30. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  31. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  32. def toProtoString: String
    Definition Classes
    SaveSliceInfoDef → GeneratedMessage
  33. val unknownFields: UnknownFieldSet
  34. def update(ms: (Lens[SaveSliceInfoDef, SaveSliceInfoDef]) ⇒ Mutation[SaveSliceInfoDef]*): SaveSliceInfoDef
    Definition Classes
    Updatable
  35. val varOffset: Seq[Long]
  36. val varShape: Seq[Long]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withFullName(__v: String): SaveSliceInfoDef
  41. def withFullShape(__v: Seq[Long]): SaveSliceInfoDef
  42. def withUnknownFields(__v: UnknownFieldSet): SaveSliceInfoDef
  43. def withVarOffset(__v: Seq[Long]): SaveSliceInfoDef
  44. def withVarShape(__v: Seq[Long]): SaveSliceInfoDef
  45. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  46. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    SaveSliceInfoDef → GeneratedMessage
  47. 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[SaveSliceInfoDef]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped