Uses of Class
com.google.spanner.v1.Mutation.Delete
-
Uses of Mutation.Delete in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Mutation.DeleteModifier and TypeMethodDescriptionMutation.Delete.Builder.build()Mutation.Delete.Builder.buildPartial()static Mutation.DeleteMutation.Delete.getDefaultInstance()Mutation.Delete.Builder.getDefaultInstanceForType()Mutation.Delete.getDefaultInstanceForType()Mutation.Builder.getDelete()Delete rows from a table.Mutation.getDelete()Delete rows from a table.MutationOrBuilder.getDelete()Delete rows from a table.static Mutation.DeleteMutation.Delete.parseDelimitedFrom(InputStream input) static Mutation.DeleteMutation.Delete.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.DeleteMutation.Delete.parseFrom(byte[] data) static Mutation.DeleteMutation.Delete.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.DeleteMutation.Delete.parseFrom(com.google.protobuf.ByteString data) static Mutation.DeleteMutation.Delete.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.DeleteMutation.Delete.parseFrom(com.google.protobuf.CodedInputStream input) static Mutation.DeleteMutation.Delete.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.DeleteMutation.Delete.parseFrom(InputStream input) static Mutation.DeleteMutation.Delete.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mutation.DeleteMutation.Delete.parseFrom(ByteBuffer data) static Mutation.DeleteMutation.Delete.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.v1 that return types with arguments of type Mutation.DeleteModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Mutation.Delete>Mutation.Delete.getParserForType()static com.google.protobuf.Parser<Mutation.Delete>Mutation.Delete.parser()Methods in com.google.spanner.v1 with parameters of type Mutation.DeleteModifier and TypeMethodDescriptionMutation.Builder.mergeDelete(Mutation.Delete value) Delete rows from a table.Mutation.Delete.Builder.mergeFrom(Mutation.Delete other) static Mutation.Delete.BuilderMutation.Delete.newBuilder(Mutation.Delete prototype) Mutation.Builder.setDelete(Mutation.Delete value) Delete rows from a table.