Uses of Class
com.google.datastore.v1.Value.Builder
-
Uses of Value.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Value.BuilderModifier and TypeMethodDescriptionValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ArrayValue.Builder.addValuesBuilder()Values in the array.ArrayValue.Builder.addValuesBuilder(int index) Values in the array.Value.Builder.clear()Value.Builder.clearArrayValue()An array value.Value.Builder.clearBlobValue()A blob value.Value.Builder.clearBooleanValue()A boolean value.Value.Builder.clearDoubleValue()A double value.Value.Builder.clearEntityValue()An entity value.Value.Builder.clearExcludeFromIndexes()If the value should be excluded from all indexes including those defined explicitly.Value.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Value.Builder.clearGeoPointValue()A geo point value representing a point on the surface of Earth.Value.Builder.clearIntegerValue()An integer value.Value.Builder.clearKeyValue()A key value.Value.Builder.clearMeaning()The `meaning` field should only be populated for backwards compatibility.Value.Builder.clearNullValue()A null value.Value.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Value.Builder.clearStringValue()A UTF-8 encoded string value.Value.Builder.clearTimestampValue()A timestamp value.Value.Builder.clearValueType()Value.Builder.clone()GqlQueryParameter.Builder.getValueBuilder()A value parameter.PropertyFilter.Builder.getValueBuilder()The value to compare the property to.ArrayValue.Builder.getValuesBuilder(int index) Values in the array.Value.Builder.mergeArrayValue(ArrayValue value) An array value.Value.Builder.mergeEntityValue(Entity value) An entity value.Value.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Value.Builder.mergeFrom(com.google.protobuf.Message other) Value.Builder.mergeGeoPointValue(com.google.type.LatLng value) A geo point value representing a point on the surface of Earth.Value.Builder.mergeKeyValue(Key value) A key value.Value.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value) A timestamp 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) AggregationResult.Builder.putAggregatePropertiesBuilderIfAbsent(String key) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Entity.Builder.putPropertiesBuilderIfAbsent(String key) The entity's properties.Value.Builder.setArrayValue(ArrayValue value) An array value.Value.Builder.setArrayValue(ArrayValue.Builder builderForValue) An array value.Value.Builder.setBlobValue(com.google.protobuf.ByteString value) A blob value.Value.Builder.setBooleanValue(boolean value) A boolean value.Value.Builder.setDoubleValue(double value) A double value.Value.Builder.setEntityValue(Entity value) An entity value.Value.Builder.setEntityValue(Entity.Builder builderForValue) An entity value.Value.Builder.setExcludeFromIndexes(boolean value) If the value should be excluded from all indexes including those defined explicitly.Value.Builder.setGeoPointValue(com.google.type.LatLng value) A geo point value representing a point on the surface of Earth.Value.Builder.setGeoPointValue(com.google.type.LatLng.Builder builderForValue) A geo point value representing a point on the surface of Earth.Value.Builder.setIntegerValue(long value) An integer value.Value.Builder.setKeyValue(Key value) A key value.Value.Builder.setKeyValue(Key.Builder builderForValue) A key value.Value.Builder.setMeaning(int value) The `meaning` field should only be populated for backwards compatibility.Value.Builder.setNullValue(com.google.protobuf.NullValue value) A null value.Value.Builder.setNullValueValue(int value) A null value.Value.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Value.Builder.setStringValue(String value) A UTF-8 encoded string value.Value.Builder.setStringValueBytes(com.google.protobuf.ByteString value) A UTF-8 encoded string value.Value.Builder.setTimestampValue(com.google.protobuf.Timestamp value) A timestamp value.Value.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) A timestamp value.final Value.BuilderValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Value.toBuilder()Methods in com.google.datastore.v1 that return types with arguments of type Value.BuilderMethods in com.google.datastore.v1 with parameters of type Value.BuilderModifier and TypeMethodDescriptionArrayValue.Builder.addValues(int index, Value.Builder builderForValue) Values in the array.ArrayValue.Builder.addValues(Value.Builder builderForValue) Values in the array.GqlQueryParameter.Builder.setValue(Value.Builder builderForValue) A value parameter.PropertyFilter.Builder.setValue(Value.Builder builderForValue) The value to compare the property to.ArrayValue.Builder.setValues(int index, Value.Builder builderForValue) Values in the array.