Uses of Class
com.google.bigtable.v2.Value.Builder
-
Uses of Value.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Value.BuilderModifier and TypeMethodDescriptionArrayValue.Builder.addValuesBuilder()The ordered elements in the array.ArrayValue.Builder.addValuesBuilder(int index) The ordered elements in the array.ProtoRows.Builder.addValuesBuilder()A proto rows message consists of a list of values.ProtoRows.Builder.addValuesBuilder(int index) A proto rows message consists of a list of values.Value.Builder.clear()Value.Builder.clearArrayValue()Represents a typed value transported as a sequence of values.Value.Builder.clearBoolValue()Represents a typed value transported as a boolean.Value.Builder.clearBytesValue()Represents a typed value transported as a byte sequence.Value.Builder.clearDateValue()Represents a typed value transported as a date.Value.Builder.clearFloatValue()Represents a typed value transported as a floating point number.Value.Builder.clearIntValue()Represents a typed value transported as an integer.Value.Builder.clearKind()Value.Builder.clearRawTimestampMicros()Represents a raw cell timestamp with no type information.Value.Builder.clearRawValue()Represents a raw byte sequence with no type information.Value.Builder.clearStringValue()Represents a typed value transported as a string.Value.Builder.clearTimestampValue()Represents a typed value transported as a timestamp.Value.Builder.clearType()The verified `Type` of this `Value`, if it cannot be inferred.Mutation.AddToCell.Builder.getColumnQualifierBuilder()The qualifier of the column into which new data should be added.Mutation.MergeToCell.Builder.getColumnQualifierBuilder()The qualifier of the column into which new data should be added.Mutation.AddToCell.Builder.getInputBuilder()The input value to be accumulated into the specified cell.Mutation.MergeToCell.Builder.getInputBuilder()The input value to be merged into the specified cell.Mutation.AddToCell.Builder.getTimestampBuilder()The timestamp of the cell to which new data should be added.Mutation.MergeToCell.Builder.getTimestampBuilder()The timestamp of the cell to which new data should be added.ArrayValue.Builder.getValuesBuilder(int index) The ordered elements in the array.ProtoRows.Builder.getValuesBuilder(int index) A proto rows message consists of a list of values.Value.Builder.mergeArrayValue(ArrayValue value) Represents a typed value transported as a sequence of values.Value.Builder.mergeDateValue(com.google.type.Date value) Represents a typed value transported as a date.Value.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Value.Builder.mergeFrom(com.google.protobuf.Message other) Value.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value) Represents a typed value transported as a timestamp.The verified `Type` of this `Value`, if it cannot be inferred.static Value.BuilderValue.newBuilder()static Value.BuilderValue.newBuilder(Value prototype) Value.newBuilderForType()protected Value.BuilderValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExecuteQueryRequest.Builder.putParamsBuilderIfAbsent(String key) Required. params contains string type keys and Bigtable type values that bind to placeholders in the query string.Value.Builder.setArrayValue(ArrayValue value) Represents a typed value transported as a sequence of values.Value.Builder.setArrayValue(ArrayValue.Builder builderForValue) Represents a typed value transported as a sequence of values.Value.Builder.setBoolValue(boolean value) Represents a typed value transported as a boolean.Value.Builder.setBytesValue(com.google.protobuf.ByteString value) Represents a typed value transported as a byte sequence.Value.Builder.setDateValue(com.google.type.Date value) Represents a typed value transported as a date.Value.Builder.setDateValue(com.google.type.Date.Builder builderForValue) Represents a typed value transported as a date.Value.Builder.setFloatValue(double value) Represents a typed value transported as a floating point number.Value.Builder.setIntValue(long value) Represents a typed value transported as an integer.Value.Builder.setRawTimestampMicros(long value) Represents a raw cell timestamp with no type information.Value.Builder.setRawValue(com.google.protobuf.ByteString value) Represents a raw byte sequence with no type information.Value.Builder.setStringValue(String value) Represents a typed value transported as a string.Value.Builder.setStringValueBytes(com.google.protobuf.ByteString value) Represents a typed value transported as a string.Value.Builder.setTimestampValue(com.google.protobuf.Timestamp value) Represents a typed value transported as a timestamp.Value.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) Represents a typed value transported as a timestamp.The verified `Type` of this `Value`, if it cannot be inferred.Value.Builder.setType(Type.Builder builderForValue) The verified `Type` of this `Value`, if it cannot be inferred.Value.toBuilder()Methods in com.google.bigtable.v2 that return types with arguments of type Value.BuilderModifier and TypeMethodDescriptionArrayValue.Builder.getValuesBuilderList()The ordered elements in the array.ProtoRows.Builder.getValuesBuilderList()A proto rows message consists of a list of values.Methods in com.google.bigtable.v2 with parameters of type Value.BuilderModifier and TypeMethodDescriptionArrayValue.Builder.addValues(int index, Value.Builder builderForValue) The ordered elements in the array.ArrayValue.Builder.addValues(Value.Builder builderForValue) The ordered elements in the array.ProtoRows.Builder.addValues(int index, Value.Builder builderForValue) A proto rows message consists of a list of values.ProtoRows.Builder.addValues(Value.Builder builderForValue) A proto rows message consists of a list of values.Mutation.AddToCell.Builder.setColumnQualifier(Value.Builder builderForValue) The qualifier of the column into which new data should be added.Mutation.MergeToCell.Builder.setColumnQualifier(Value.Builder builderForValue) The qualifier of the column into which new data should be added.Mutation.AddToCell.Builder.setInput(Value.Builder builderForValue) The input value to be accumulated into the specified cell.Mutation.MergeToCell.Builder.setInput(Value.Builder builderForValue) The input value to be merged into the specified cell.Mutation.AddToCell.Builder.setTimestamp(Value.Builder builderForValue) The timestamp of the cell to which new data should be added.Mutation.MergeToCell.Builder.setTimestamp(Value.Builder builderForValue) The timestamp of the cell to which new data should be added.ArrayValue.Builder.setValues(int index, Value.Builder builderForValue) The ordered elements in the array.ProtoRows.Builder.setValues(int index, Value.Builder builderForValue) A proto rows message consists of a list of values.