ml
.
bundle
.
Value
.
Value
ListValue
final
case class
ListValue
(
list:
Seq
[
ListValue
] =
immutable.this.Nil
,
s:
Seq
[
String
] =
immutable.this.Nil
,
i:
Seq
[
Long
] =
immutable.this.Nil
,
f:
Seq
[
Double
] =
immutable.this.Nil
,
b:
Seq
[
Boolean
] =
immutable.this.Nil
,
type:
Seq
[
DataType
] =
immutable.this.Nil
,
tensor:
Seq
[
Tensor
] =
immutable.this.Nil
,
custom:
Seq
[
ByteString
] =
immutable.this.Nil
)
extends
GeneratedMessage
with
Message
[
ListValue
] with
Updatable
[
ListValue
] with
Product
with
Serializable
Annotations
@SerialVersionUID
(
0L
)
Linear Supertypes
Product
,
Equals
,
Updatable
[
ListValue
],
Message
[
ListValue
],
GeneratedMessage
,
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
ListValue
Product
Equals
Updatable
Message
GeneratedMessage
Serializable
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
ListValue
(
list:
Seq
[
ListValue
] =
immutable.this.Nil
,
s:
Seq
[
String
] =
immutable.this.Nil
,
i:
Seq
[
Long
] =
immutable.this.Nil
,
f:
Seq
[
Double
] =
immutable.this.Nil
,
b:
Seq
[
Boolean
] =
immutable.this.Nil
,
type:
Seq
[
DataType
] =
immutable.this.Nil
,
tensor:
Seq
[
Tensor
] =
immutable.this.Nil
,
custom:
Seq
[
ByteString
] =
immutable.this.Nil
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
addAllB
(
__vs:
TraversableOnce
[
Boolean
]
)
:
ListValue
def
addAllCustom
(
__vs:
TraversableOnce
[
ByteString
]
)
:
ListValue
def
addAllF
(
__vs:
TraversableOnce
[
Double
]
)
:
ListValue
def
addAllI
(
__vs:
TraversableOnce
[
Long
]
)
:
ListValue
def
addAllList
(
__vs:
TraversableOnce
[
ListValue
]
)
:
ListValue
def
addAllS
(
__vs:
TraversableOnce
[
String
]
)
:
ListValue
def
addAllTensor
(
__vs:
TraversableOnce
[
Tensor
]
)
:
ListValue
def
addAllType
(
__vs:
TraversableOnce
[
DataType
]
)
:
ListValue
def
addB
(
__vs:
Boolean
*
)
:
ListValue
def
addCustom
(
__vs:
ByteString
*
)
:
ListValue
def
addF
(
__vs:
Double
*
)
:
ListValue
def
addI
(
__vs:
Long
*
)
:
ListValue
def
addList
(
__vs:
ListValue
*
)
:
ListValue
def
addS
(
__vs:
String
*
)
:
ListValue
def
addTensor
(
__vs:
Tensor
*
)
:
ListValue
def
addType
(
__vs:
DataType
*
)
:
ListValue
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
b
:
Seq
[
Boolean
]
def
clearB
:
ListValue
def
clearCustom
:
ListValue
def
clearF
:
ListValue
def
clearI
:
ListValue
def
clearList
:
ListValue
def
clearS
:
ListValue
def
clearTensor
:
ListValue
def
clearType
:
ListValue
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
companion
:
ListValue
.type
Definition Classes
ListValue
→ GeneratedMessage
val
custom
:
Seq
[
ByteString
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
f
:
Seq
[
Double
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getAllFields
:
Map
[
FieldDescriptor
,
Any
]
Definition Classes
GeneratedMessage
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getField
(
__field:
FieldDescriptor
)
:
Any
Definition Classes
ListValue
→ GeneratedMessage
val
i
:
Seq
[
Long
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
list
:
Seq
[
ListValue
]
def
mergeFrom
(
_input__:
CodedInputStream
)
:
ListValue
Definition Classes
ListValue
→ Message
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
s
:
Seq
[
String
]
final
def
serializedSize
:
Int
Definition Classes
ListValue
→ GeneratedMessage
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
tensor
:
Seq
[
Tensor
]
def
toByteArray
:
Array
[
Byte
]
Definition Classes
GeneratedMessage
def
toString
()
:
String
Definition Classes
ListValue
→ AnyRef → Any
val
type
:
Seq
[
DataType
]
def
update
(
ms: (
Lens
[
ListValue
,
ListValue
]) ⇒ (
ListValue
) ⇒
ListValue
*
)
:
ListValue
Definition Classes
Updatable
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withB
(
__v:
Seq
[
Boolean
]
)
:
ListValue
def
withCustom
(
__v:
Seq
[
ByteString
]
)
:
ListValue
def
withF
(
__v:
Seq
[
Double
]
)
:
ListValue
def
withI
(
__v:
Seq
[
Long
]
)
:
ListValue
def
withList
(
__v:
Seq
[
ListValue
]
)
:
ListValue
def
withS
(
__v:
Seq
[
String
]
)
:
ListValue
def
withTensor
(
__v:
Seq
[
Tensor
]
)
:
ListValue
def
withType
(
__v:
Seq
[
DataType
]
)
:
ListValue
def
writeDelimitedTo
(
output:
OutputStream
)
:
Unit
Definition Classes
GeneratedMessage
def
writeTo
(
_output__:
CodedOutputStream
)
:
Unit
Definition Classes
ListValue
→ GeneratedMessage
def
writeTo
(
output:
OutputStream
)
:
Unit
Definition Classes
GeneratedMessage
Inherited from
Product
Inherited from
Equals
Inherited from
Updatable
[
ListValue
]
Inherited from
Message
[
ListValue
]
Inherited from
GeneratedMessage
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped