Uses of Class
com.google.spanner.executor.v1.ValueList
-
Uses of ValueList in com.google.spanner.executor.v1
Methods in com.google.spanner.executor.v1 that return ValueListModifier and TypeMethodDescriptionValueList.Builder.build()ValueList.Builder.buildPartial()Value.Builder.getArrayValue()Array type value.Value.getArrayValue()Array type value.ValueOrBuilder.getArrayValue()Array type value.static ValueListValueList.getDefaultInstance()ValueList.Builder.getDefaultInstanceForType()ValueList.getDefaultInstanceForType()KeyRange.Builder.getLimit()The end key of this KeyRange.KeyRange.getLimit()The end key of this KeyRange.KeyRangeOrBuilder.getLimit()The end key of this KeyRange.KeySet.Builder.getPoint(int index) A list of specific keys.KeySet.getPoint(int index) A list of specific keys.KeySetOrBuilder.getPoint(int index) A list of specific keys.QueryResult.Builder.getRow(int index) Rows read.QueryResult.getRow(int index) Rows read.QueryResultOrBuilder.getRow(int index) Rows read.ReadResult.Builder.getRow(int index) Rows read.ReadResult.getRow(int index) Rows read.ReadResultOrBuilder.getRow(int index) Rows read.KeyRange.Builder.getStart()"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key.KeyRange.getStart()"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key.KeyRangeOrBuilder.getStart()"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key.Value.Builder.getStructValue()Struct type value.Value.getStructValue()Struct type value.ValueOrBuilder.getStructValue()Struct type value.MutationAction.InsertArgs.Builder.getValues(int index) The values to be written.MutationAction.InsertArgs.getValues(int index) The values to be written.MutationAction.InsertArgsOrBuilder.getValues(int index) The values to be written.MutationAction.UpdateArgs.Builder.getValues(int index) The values to be updated.MutationAction.UpdateArgs.getValues(int index) The values to be updated.MutationAction.UpdateArgsOrBuilder.getValues(int index) The values to be updated.static ValueListValueList.parseDelimitedFrom(InputStream input) static ValueListValueList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueListValueList.parseFrom(byte[] data) static ValueListValueList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueListValueList.parseFrom(com.google.protobuf.ByteString data) static ValueListValueList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueListValueList.parseFrom(com.google.protobuf.CodedInputStream input) static ValueListValueList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueListValueList.parseFrom(InputStream input) static ValueListValueList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueListValueList.parseFrom(ByteBuffer data) static ValueListValueList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.executor.v1 that return types with arguments of type ValueListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ValueList>ValueList.getParserForType()KeySet.Builder.getPointList()A list of specific keys.KeySet.getPointList()A list of specific keys.KeySetOrBuilder.getPointList()A list of specific keys.QueryResult.Builder.getRowList()Rows read.QueryResult.getRowList()Rows read.QueryResultOrBuilder.getRowList()Rows read.ReadResult.Builder.getRowList()Rows read.ReadResult.getRowList()Rows read.ReadResultOrBuilder.getRowList()Rows read.MutationAction.InsertArgs.Builder.getValuesList()The values to be written.MutationAction.InsertArgs.getValuesList()The values to be written.MutationAction.InsertArgsOrBuilder.getValuesList()The values to be written.MutationAction.UpdateArgs.Builder.getValuesList()The values to be updated.MutationAction.UpdateArgs.getValuesList()The values to be updated.MutationAction.UpdateArgsOrBuilder.getValuesList()The values to be updated.static com.google.protobuf.Parser<ValueList>ValueList.parser()Methods in com.google.spanner.executor.v1 with parameters of type ValueListModifier and TypeMethodDescriptionA list of specific keys.A list of specific keys.Rows read.Rows read.Rows read.Rows read.The values to be written.The values to be written.The values to be updated.The values to be updated.Value.Builder.mergeArrayValue(ValueList value) Array type value.KeyRange.Builder.mergeLimit(ValueList value) The end key of this KeyRange.KeyRange.Builder.mergeStart(ValueList value) "start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key.Value.Builder.mergeStructValue(ValueList value) Struct type value.static ValueList.BuilderValueList.newBuilder(ValueList prototype) Value.Builder.setArrayValue(ValueList value) Array type value.The end key of this KeyRange.A list of specific keys.Rows read.Rows read."start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key.Value.Builder.setStructValue(ValueList value) Struct type value.The values to be written.The values to be updated.Method parameters in com.google.spanner.executor.v1 with type arguments of type ValueListModifier and TypeMethodDescriptionKeySet.Builder.addAllPoint(Iterable<? extends ValueList> values) A list of specific keys.Rows read.Rows read.MutationAction.InsertArgs.Builder.addAllValues(Iterable<? extends ValueList> values) The values to be written.MutationAction.UpdateArgs.Builder.addAllValues(Iterable<? extends ValueList> values) The values to be updated.