Uses of Class
com.google.datastore.v1.PropertyTransform.Builder
-
Uses of PropertyTransform.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return PropertyTransform.BuilderModifier and TypeMethodDescriptionMutation.Builder.addPropertyTransformsBuilder()Optional.Mutation.Builder.addPropertyTransformsBuilder(int index) Optional.PropertyTransform.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PropertyTransform.Builder.clear()PropertyTransform.Builder.clearAppendMissingElements()Appends the given elements in order if they are not already present in the current property value.PropertyTransform.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PropertyTransform.Builder.clearIncrement()Adds the given value to the property's current value.PropertyTransform.Builder.clearMaximum()Sets the property to the maximum of its current value and the given value.PropertyTransform.Builder.clearMinimum()Sets the property to the minimum of its current value and the given value.PropertyTransform.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PropertyTransform.Builder.clearProperty()Optional.PropertyTransform.Builder.clearRemoveAllFromArray()Removes all of the given elements from the array in the property.PropertyTransform.Builder.clearSetToServerValue()Sets the property to the given server value.PropertyTransform.Builder.clearTransformType()PropertyTransform.Builder.clone()Mutation.Builder.getPropertyTransformsBuilder(int index) Optional.PropertyTransform.Builder.mergeAppendMissingElements(ArrayValue value) Appends the given elements in order if they are not already present in the current property value.PropertyTransform.Builder.mergeFrom(PropertyTransform other) PropertyTransform.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PropertyTransform.Builder.mergeFrom(com.google.protobuf.Message other) PropertyTransform.Builder.mergeIncrement(Value value) Adds the given value to the property's current value.PropertyTransform.Builder.mergeMaximum(Value value) Sets the property to the maximum of its current value and the given value.PropertyTransform.Builder.mergeMinimum(Value value) Sets the property to the minimum of its current value and the given value.PropertyTransform.Builder.mergeRemoveAllFromArray(ArrayValue value) Removes all of the given elements from the array in the property.PropertyTransform.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static PropertyTransform.BuilderPropertyTransform.newBuilder()static PropertyTransform.BuilderPropertyTransform.newBuilder(PropertyTransform prototype) PropertyTransform.newBuilderForType()protected PropertyTransform.BuilderPropertyTransform.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PropertyTransform.Builder.setAppendMissingElements(ArrayValue value) Appends the given elements in order if they are not already present in the current property value.PropertyTransform.Builder.setAppendMissingElements(ArrayValue.Builder builderForValue) Appends the given elements in order if they are not already present in the current property value.PropertyTransform.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PropertyTransform.Builder.setIncrement(Value value) Adds the given value to the property's current value.PropertyTransform.Builder.setIncrement(Value.Builder builderForValue) Adds the given value to the property's current value.PropertyTransform.Builder.setMaximum(Value value) Sets the property to the maximum of its current value and the given value.PropertyTransform.Builder.setMaximum(Value.Builder builderForValue) Sets the property to the maximum of its current value and the given value.PropertyTransform.Builder.setMinimum(Value value) Sets the property to the minimum of its current value and the given value.PropertyTransform.Builder.setMinimum(Value.Builder builderForValue) Sets the property to the minimum of its current value and the given value.PropertyTransform.Builder.setProperty(String value) Optional.PropertyTransform.Builder.setPropertyBytes(com.google.protobuf.ByteString value) Optional.PropertyTransform.Builder.setRemoveAllFromArray(ArrayValue value) Removes all of the given elements from the array in the property.PropertyTransform.Builder.setRemoveAllFromArray(ArrayValue.Builder builderForValue) Removes all of the given elements from the array in the property.PropertyTransform.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PropertyTransform.Builder.setSetToServerValue(PropertyTransform.ServerValue value) Sets the property to the given server value.PropertyTransform.Builder.setSetToServerValueValue(int value) Sets the property to the given server value.PropertyTransform.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PropertyTransform.toBuilder()Methods in com.google.datastore.v1 that return types with arguments of type PropertyTransform.BuilderMethods in com.google.datastore.v1 with parameters of type PropertyTransform.BuilderModifier and TypeMethodDescriptionMutation.Builder.addPropertyTransforms(int index, PropertyTransform.Builder builderForValue) Optional.Mutation.Builder.addPropertyTransforms(PropertyTransform.Builder builderForValue) Optional.Mutation.Builder.setPropertyTransforms(int index, PropertyTransform.Builder builderForValue) Optional.