Skip to content

Commit

Permalink
docs: Rring BulkWriter out of BetaApi status. (#1513)
Browse files Browse the repository at this point in the history
* Deprecate WriteBatch in favor of BulkWriter and transaction.

* Formatting

* No longer deprecating
  • Loading branch information
tom-andersen committed Jan 15, 2024
1 parent b3067d7 commit c2812f7
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -176,7 +176,6 @@ void getAll(
* @see <a href=https://cloud.google.com/firestore/docs/best-practices#ramping_up_traffic>Ramping
* up traffic</a>
*/
@BetaApi
@Nonnull
BulkWriter bulkWriter();

Expand All @@ -189,7 +188,6 @@ void getAll(
* up traffic</a>
* @param options An options object to configure BulkWriter.
*/
@BetaApi
@Nonnull
BulkWriter bulkWriter(BulkWriterOptions options);

Expand Down

0 comments on commit c2812f7

Please sign in to comment.