final case class GetAttrReply(r: Int = 0, size: Long = 0L, mode: Int = 0, aTime: Long = 0L, mTime: Long = 0L, cTime: Long = 0L, uid: Long = 0L, gid: Long = 0L, bTime: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetAttrReply] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetAttrReply
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GetAttrReply(r: Int = 0, size: Long = 0L, mode: Int = 0, aTime: Long = 0L, mTime: Long = 0L, cTime: Long = 0L, uid: Long = 0L, gid: Long = 0L, bTime: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val aTime: Long
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bTime: Long
- val cTime: Long
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: GetAttrReply.type
- Definition Classes
- GetAttrReply → GeneratedMessage
- def discardUnknownFields: GetAttrReply
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- GetAttrReply → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- GetAttrReply → GeneratedMessage
- val gid: Long
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mTime: Long
- val mode: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val r: Int
- def serializedSize: Int
- Definition Classes
- GetAttrReply → GeneratedMessage
- val size: Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- GetAttrReply → GeneratedMessage
- val uid: Long
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[GetAttrReply, GetAttrReply]) => Mutation[GetAttrReply]*): GetAttrReply
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withATime(__v: Long): GetAttrReply
- def withBTime(__v: Long): GetAttrReply
- def withCTime(__v: Long): GetAttrReply
- def withGid(__v: Long): GetAttrReply
- def withMTime(__v: Long): GetAttrReply
- def withMode(__v: Int): GetAttrReply
- def withR(__v: Int): GetAttrReply
- def withSize(__v: Long): GetAttrReply
- def withUid(__v: Long): GetAttrReply
- def withUnknownFields(__v: UnknownFieldSet): GetAttrReply
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- GetAttrReply → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)