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 ArrayValueArrayValue.Builder. build()ArrayValueArrayValue.Builder. buildPartial()ArrayValueValue.Builder. getArrayValue()An array value.ArrayValueValue. getArrayValue()An array value.ArrayValueValueOrBuilder. getArrayValue()An array value.static ArrayValueArrayValue. getDefaultInstance()ArrayValueArrayValue.Builder. getDefaultInstanceForType()ArrayValueArrayValue. getDefaultInstanceForType()static ArrayValueArrayValue. parseDelimitedFrom(InputStream input)static ArrayValueArrayValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArrayValueArrayValue. parseFrom(byte[] data)static ArrayValueArrayValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArrayValueArrayValue. parseFrom(com.google.protobuf.ByteString data)static ArrayValueArrayValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArrayValueArrayValue. parseFrom(com.google.protobuf.CodedInputStream input)static ArrayValueArrayValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArrayValueArrayValue. parseFrom(InputStream input)static ArrayValueArrayValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArrayValueArrayValue. parseFrom(ByteBuffer data)static ArrayValueArrayValue. 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.BuilderValue.Builder. mergeArrayValue(ArrayValue value)An array value.ArrayValue.BuilderArrayValue.Builder. mergeFrom(ArrayValue other)static ArrayValue.BuilderArrayValue. newBuilder(ArrayValue prototype)Value.BuilderValue.Builder. setArrayValue(ArrayValue value)An array value.
-