Uses of Class
com.google.datastore.v1.Mutation.Builder
-
Uses of Mutation.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Mutation.BuilderModifier and TypeMethodDescriptionMutation.Builder.addAllPropertyTransforms(Iterable<? extends PropertyTransform> values) Optional.CommitRequest.Builder.addMutationsBuilder()The mutations to perform.CommitRequest.Builder.addMutationsBuilder(int index) The mutations to perform.Mutation.Builder.addPropertyTransforms(int index, PropertyTransform value) Optional.Mutation.Builder.addPropertyTransforms(int index, PropertyTransform.Builder builderForValue) Optional.Mutation.Builder.addPropertyTransforms(PropertyTransform value) Optional.Mutation.Builder.addPropertyTransforms(PropertyTransform.Builder builderForValue) Optional.Mutation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Mutation.Builder.clear()Mutation.Builder.clearBaseVersion()The version of the entity that this mutation is being applied to.Mutation.Builder.clearConflictDetectionStrategy()Mutation.Builder.clearConflictResolutionStrategy()The strategy to use when a conflict is detected.Mutation.Builder.clearDelete()The key of the entity to delete.Mutation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Mutation.Builder.clearInsert()The entity to insert.Mutation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Mutation.Builder.clearOperation()Mutation.Builder.clearPropertyMask()The properties to write in this mutation.Mutation.Builder.clearPropertyTransforms()Optional.Mutation.Builder.clearUpdate()The entity to update.Mutation.Builder.clearUpdateTime()The update time of the entity that this mutation is being applied to.Mutation.Builder.clearUpsert()The entity to upsert.Mutation.Builder.clone()CommitRequest.Builder.getMutationsBuilder(int index) The mutations to perform.Mutation.Builder.mergeDelete(Key value) The key of the entity to delete.Mutation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mutation.Builder.mergeFrom(com.google.protobuf.Message other) Mutation.Builder.mergeInsert(Entity value) The entity to insert.Mutation.Builder.mergePropertyMask(PropertyMask value) The properties to write in this mutation.final Mutation.BuilderMutation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Mutation.Builder.mergeUpdate(Entity value) The entity to update.Mutation.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) The update time of the entity that this mutation is being applied to.Mutation.Builder.mergeUpsert(Entity value) The entity to upsert.static Mutation.BuilderMutation.newBuilder()static Mutation.BuilderMutation.newBuilder(Mutation prototype) Mutation.newBuilderForType()protected Mutation.BuilderMutation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Mutation.Builder.removePropertyTransforms(int index) Optional.Mutation.Builder.setBaseVersion(long value) The version of the entity that this mutation is being applied to.Mutation.Builder.setConflictResolutionStrategy(Mutation.ConflictResolutionStrategy value) The strategy to use when a conflict is detected.Mutation.Builder.setConflictResolutionStrategyValue(int value) The strategy to use when a conflict is detected.The key of the entity to delete.Mutation.Builder.setDelete(Key.Builder builderForValue) The key of the entity to delete.The entity to insert.Mutation.Builder.setInsert(Entity.Builder builderForValue) The entity to insert.Mutation.Builder.setPropertyMask(PropertyMask value) The properties to write in this mutation.Mutation.Builder.setPropertyMask(PropertyMask.Builder builderForValue) The properties to write in this mutation.Mutation.Builder.setPropertyTransforms(int index, PropertyTransform value) Optional.Mutation.Builder.setPropertyTransforms(int index, PropertyTransform.Builder builderForValue) Optional.Mutation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Mutation.BuilderMutation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) The entity to update.Mutation.Builder.setUpdate(Entity.Builder builderForValue) The entity to update.Mutation.Builder.setUpdateTime(com.google.protobuf.Timestamp value) The update time of the entity that this mutation is being applied to.Mutation.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) The update time of the entity that this mutation is being applied to.The entity to upsert.Mutation.Builder.setUpsert(Entity.Builder builderForValue) The entity to upsert.Mutation.toBuilder()Methods in com.google.datastore.v1 that return types with arguments of type Mutation.BuilderModifier and TypeMethodDescriptionCommitRequest.Builder.getMutationsBuilderList()The mutations to perform.Methods in com.google.datastore.v1 with parameters of type Mutation.BuilderModifier and TypeMethodDescriptionCommitRequest.Builder.addMutations(int index, Mutation.Builder builderForValue) The mutations to perform.CommitRequest.Builder.addMutations(Mutation.Builder builderForValue) The mutations to perform.CommitRequest.Builder.setMutations(int index, Mutation.Builder builderForValue) The mutations to perform.