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 TypeMethodDescriptionCommitRequest.Builder.addMutationsBuilder()The mutations to perform.CommitRequest.Builder.addMutationsBuilder(int index) The mutations to perform.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.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.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.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.setBaseVersion(long value) The version of the entity that this mutation is being applied to.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.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.