Uses of Class
com.google.bigtable.v2.ArrayValue
-
Uses of ArrayValue in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ArrayValueModifier and TypeMethodDescriptionArrayValue.Builder.build()ArrayValue.Builder.buildPartial()Value.Builder.getArrayValue()Represents a typed value transported as a sequence of values.Value.getArrayValue()Represents a typed value transported as a sequence of values.ValueOrBuilder.getArrayValue()Represents a typed value transported as a sequence of values.static ArrayValueArrayValue.getDefaultInstance()ArrayValue.Builder.getDefaultInstanceForType()ArrayValue.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.bigtable.v2 that return types with arguments of type ArrayValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ArrayValue>ArrayValue.getParserForType()static com.google.protobuf.Parser<ArrayValue>ArrayValue.parser()Methods in com.google.bigtable.v2 with parameters of type ArrayValueModifier and TypeMethodDescriptionValue.Builder.mergeArrayValue(ArrayValue value) Represents a typed value transported as a sequence of values.ArrayValue.Builder.mergeFrom(ArrayValue other) static ArrayValue.BuilderArrayValue.newBuilder(ArrayValue prototype) Value.Builder.setArrayValue(ArrayValue value) Represents a typed value transported as a sequence of values.