Uses of Class
com.google.datastore.v1.ArrayValue
-
Packages that use ArrayValue Package Description com.google.datastore.v1 -
-
Uses of ArrayValue in com.google.datastore.v1
Methods in com.google.datastore.v1 that return ArrayValue Modifier and Type Method Description ArrayValue
ArrayValue.Builder. build()
ArrayValue
ArrayValue.Builder. buildPartial()
ArrayValue
Value.Builder. getArrayValue()
An array value.ArrayValue
Value. getArrayValue()
An array value.ArrayValue
ValueOrBuilder. getArrayValue()
An array value.static ArrayValue
ArrayValue. getDefaultInstance()
ArrayValue
ArrayValue.Builder. getDefaultInstanceForType()
ArrayValue
ArrayValue. getDefaultInstanceForType()
static ArrayValue
ArrayValue. parseDelimitedFrom(InputStream input)
static ArrayValue
ArrayValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ArrayValue
ArrayValue. parseFrom(byte[] data)
static ArrayValue
ArrayValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ArrayValue
ArrayValue. parseFrom(com.google.protobuf.ByteString data)
static ArrayValue
ArrayValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ArrayValue
ArrayValue. parseFrom(com.google.protobuf.CodedInputStream input)
static ArrayValue
ArrayValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ArrayValue
ArrayValue. parseFrom(InputStream input)
static ArrayValue
ArrayValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ArrayValue
ArrayValue. parseFrom(ByteBuffer data)
static ArrayValue
ArrayValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type ArrayValue Modifier and Type Method Description com.google.protobuf.Parser<ArrayValue>
ArrayValue. getParserForType()
static com.google.protobuf.Parser<ArrayValue>
ArrayValue. parser()
Methods in com.google.datastore.v1 with parameters of type ArrayValue Modifier and Type Method Description Value.Builder
Value.Builder. mergeArrayValue(ArrayValue value)
An array value.ArrayValue.Builder
ArrayValue.Builder. mergeFrom(ArrayValue other)
static ArrayValue.Builder
ArrayValue. newBuilder(ArrayValue prototype)
Value.Builder
Value.Builder. setArrayValue(ArrayValue value)
An array value.
-