Uses of Class
com.google.firestore.v1.WriteResult
-
Uses of WriteResult in com.google.firestore.v1
Methods in com.google.firestore.v1 that return WriteResultModifier and TypeMethodDescriptionWriteResult.Builder.build()WriteResult.Builder.buildPartial()static WriteResultWriteResult.getDefaultInstance()WriteResult.Builder.getDefaultInstanceForType()WriteResult.getDefaultInstanceForType()BatchWriteResponse.Builder.getWriteResults(int index) The result of applying the writes.BatchWriteResponse.getWriteResults(int index) The result of applying the writes.BatchWriteResponseOrBuilder.getWriteResults(int index) The result of applying the writes.CommitResponse.Builder.getWriteResults(int index) The result of applying the writes.CommitResponse.getWriteResults(int index) The result of applying the writes.CommitResponseOrBuilder.getWriteResults(int index) The result of applying the writes.WriteResponse.Builder.getWriteResults(int index) The result of applying the writes.WriteResponse.getWriteResults(int index) The result of applying the writes.WriteResponseOrBuilder.getWriteResults(int index) The result of applying the writes.static WriteResultWriteResult.parseDelimitedFrom(InputStream input) static WriteResultWriteResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteResultWriteResult.parseFrom(byte[] data) static WriteResultWriteResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteResultWriteResult.parseFrom(com.google.protobuf.ByteString data) static WriteResultWriteResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteResultWriteResult.parseFrom(com.google.protobuf.CodedInputStream input) static WriteResultWriteResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteResultWriteResult.parseFrom(InputStream input) static WriteResultWriteResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WriteResultWriteResult.parseFrom(ByteBuffer data) static WriteResultWriteResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.firestore.v1 that return types with arguments of type WriteResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<WriteResult>WriteResult.getParserForType()BatchWriteResponse.Builder.getWriteResultsList()The result of applying the writes.BatchWriteResponse.getWriteResultsList()The result of applying the writes.BatchWriteResponseOrBuilder.getWriteResultsList()The result of applying the writes.CommitResponse.Builder.getWriteResultsList()The result of applying the writes.CommitResponse.getWriteResultsList()The result of applying the writes.CommitResponseOrBuilder.getWriteResultsList()The result of applying the writes.WriteResponse.Builder.getWriteResultsList()The result of applying the writes.WriteResponse.getWriteResultsList()The result of applying the writes.WriteResponseOrBuilder.getWriteResultsList()The result of applying the writes.static com.google.protobuf.Parser<WriteResult>WriteResult.parser()Methods in com.google.firestore.v1 with parameters of type WriteResultModifier and TypeMethodDescriptionBatchWriteResponse.Builder.addWriteResults(int index, WriteResult value) The result of applying the writes.BatchWriteResponse.Builder.addWriteResults(WriteResult value) The result of applying the writes.CommitResponse.Builder.addWriteResults(int index, WriteResult value) The result of applying the writes.CommitResponse.Builder.addWriteResults(WriteResult value) The result of applying the writes.WriteResponse.Builder.addWriteResults(int index, WriteResult value) The result of applying the writes.WriteResponse.Builder.addWriteResults(WriteResult value) The result of applying the writes.WriteResult.Builder.mergeFrom(WriteResult other) static WriteResult.BuilderWriteResult.newBuilder(WriteResult prototype) BatchWriteResponse.Builder.setWriteResults(int index, WriteResult value) The result of applying the writes.CommitResponse.Builder.setWriteResults(int index, WriteResult value) The result of applying the writes.WriteResponse.Builder.setWriteResults(int index, WriteResult value) The result of applying the writes.Method parameters in com.google.firestore.v1 with type arguments of type WriteResultModifier and TypeMethodDescriptionBatchWriteResponse.Builder.addAllWriteResults(Iterable<? extends WriteResult> values) The result of applying the writes.CommitResponse.Builder.addAllWriteResults(Iterable<? extends WriteResult> values) The result of applying the writes.WriteResponse.Builder.addAllWriteResults(Iterable<? extends WriteResult> values) The result of applying the writes.