Uses of Class
com.google.spanner.executor.v1.Value.Builder
-
Uses of Value.Builder in com.google.spanner.executor.v1
Methods in com.google.spanner.executor.v1 that return Value.BuilderModifier and TypeMethodDescriptionValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ValueList.Builder.addValueBuilder()Values contained in this ValueList.ValueList.Builder.addValueBuilder(int index) Values contained in this ValueList.Value.Builder.clear()Value.Builder.clearArrayType()Type of array element.Value.Builder.clearArrayValue()Array type value.Value.Builder.clearBoolValue()Bool type value.Value.Builder.clearBytesValue()Bytes type value, stored in CORD.Value.Builder.clearDateDaysValue()Date type value.Value.Builder.clearDoubleValue()Double type value.Value.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Value.Builder.clearIntValue()Int type value.Value.Builder.clearIsCommitTimestamp()If set, holds the sentinel value for the transaction CommitTimestamp.Value.Builder.clearIsNull()If is_null is set, then this value is null.Value.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Value.Builder.clearStringValue()String type value, stored in CORD.Value.Builder.clearStructValue()Struct type value.Value.Builder.clearTimestampValue()Timestamp type value.Value.Builder.clearValueType()Value.Builder.clone()QueryAction.Parameter.Builder.getValueBuilder()Value of the parameter.ValueList.Builder.getValueBuilder(int index) Values contained in this ValueList.Value.Builder.mergeArrayType(Type value) Type of array element.Value.Builder.mergeArrayValue(ValueList value) Array type value.Value.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Value.Builder.mergeFrom(com.google.protobuf.Message other) Value.Builder.mergeStructValue(ValueList value) Struct type value.Value.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value) Timestamp type value.final Value.BuilderValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Value.BuilderValue.newBuilder()static Value.BuilderValue.newBuilder(Value prototype) Value.newBuilderForType()protected Value.BuilderValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Value.Builder.setArrayType(Type value) Type of array element.Value.Builder.setArrayType(Type.Builder builderForValue) Type of array element.Value.Builder.setArrayValue(ValueList value) Array type value.Value.Builder.setArrayValue(ValueList.Builder builderForValue) Array type value.Value.Builder.setBoolValue(boolean value) Bool type value.Value.Builder.setBytesValue(com.google.protobuf.ByteString value) Bytes type value, stored in CORD.Value.Builder.setDateDaysValue(int value) Date type value.Value.Builder.setDoubleValue(double value) Double type value.Value.Builder.setIntValue(long value) Int type value.Value.Builder.setIsCommitTimestamp(boolean value) If set, holds the sentinel value for the transaction CommitTimestamp.Value.Builder.setIsNull(boolean value) If is_null is set, then this value is null.Value.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Value.Builder.setStringValue(String value) String type value, stored in CORD.Value.Builder.setStringValueBytes(com.google.protobuf.ByteString value) String type value, stored in CORD.Value.Builder.setStructValue(ValueList value) Struct type value.Value.Builder.setStructValue(ValueList.Builder builderForValue) Struct type value.Value.Builder.setTimestampValue(com.google.protobuf.Timestamp value) Timestamp type value.Value.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) Timestamp type value.final Value.BuilderValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Value.toBuilder()Methods in com.google.spanner.executor.v1 that return types with arguments of type Value.BuilderModifier and TypeMethodDescriptionValueList.Builder.getValueBuilderList()Values contained in this ValueList.Methods in com.google.spanner.executor.v1 with parameters of type Value.BuilderModifier and TypeMethodDescriptionValueList.Builder.addValue(int index, Value.Builder builderForValue) Values contained in this ValueList.ValueList.Builder.addValue(Value.Builder builderForValue) Values contained in this ValueList.QueryAction.Parameter.Builder.setValue(Value.Builder builderForValue) Value of the parameter.ValueList.Builder.setValue(int index, Value.Builder builderForValue) Values contained in this ValueList.