Uses of Class
com.google.firestore.v1.Write
-
Uses of Write in com.google.firestore.v1
Methods in com.google.firestore.v1 that return WriteModifier and TypeMethodDescriptionWrite.Builder.build()Write.Builder.buildPartial()static WriteWrite.getDefaultInstance()Write.Builder.getDefaultInstanceForType()Write.getDefaultInstanceForType()BatchWriteRequest.Builder.getWrites(int index) The writes to apply.BatchWriteRequest.getWrites(int index) The writes to apply.BatchWriteRequestOrBuilder.getWrites(int index) The writes to apply.CommitRequest.Builder.getWrites(int index) The writes to apply.CommitRequest.getWrites(int index) The writes to apply.CommitRequestOrBuilder.getWrites(int index) The writes to apply.WriteRequest.Builder.getWrites(int index) The writes to apply.WriteRequest.getWrites(int index) The writes to apply.WriteRequestOrBuilder.getWrites(int index) The writes to apply.static WriteWrite.parseDelimitedFrom(InputStream input) static WriteWrite.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteWrite.parseFrom(byte[] data) static WriteWrite.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteWrite.parseFrom(com.google.protobuf.ByteString data) static WriteWrite.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteWrite.parseFrom(com.google.protobuf.CodedInputStream input) static WriteWrite.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteWrite.parseFrom(InputStream input) static WriteWrite.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteWrite.parseFrom(ByteBuffer data) static WriteWrite.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.firestore.v1 that return types with arguments of type WriteModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Write>Write.getParserForType()BatchWriteRequest.Builder.getWritesList()The writes to apply.BatchWriteRequest.getWritesList()The writes to apply.BatchWriteRequestOrBuilder.getWritesList()The writes to apply.CommitRequest.Builder.getWritesList()The writes to apply.CommitRequest.getWritesList()The writes to apply.CommitRequestOrBuilder.getWritesList()The writes to apply.WriteRequest.Builder.getWritesList()The writes to apply.WriteRequest.getWritesList()The writes to apply.WriteRequestOrBuilder.getWritesList()The writes to apply.static com.google.protobuf.Parser<Write>Write.parser()Methods in com.google.firestore.v1 with parameters of type WriteModifier and TypeMethodDescriptionThe writes to apply.The writes to apply.The writes to apply.The writes to apply.The writes to apply.The writes to apply.static Write.BuilderWrite.newBuilder(Write prototype) The writes to apply.The writes to apply.The writes to apply.Method parameters in com.google.firestore.v1 with type arguments of type WriteModifier and TypeMethodDescriptionBatchWriteRequest.Builder.addAllWrites(Iterable<? extends Write> values) The writes to apply.CommitRequest.Builder.addAllWrites(Iterable<? extends Write> values) The writes to apply.WriteRequest.Builder.addAllWrites(Iterable<? extends Write> values) The writes to apply.