Skip to content

Commit

Permalink
docs: mark function as private (#1858)
Browse files Browse the repository at this point in the history
* docs: mark function as private

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
shaffeeullah and gcf-owl-bot[bot] authored Apr 8, 2022
1 parent 638a47b commit 9a4cb21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ class File extends ServiceObject<File> {
* A helper method for determining if a request should be retried based on preconditions.
* This should only be used for methods where the idempotency is determined by
* `ifGenerationMatch`
* @private
*
* A request should not be retried under the following conditions:
* - if precondition option `ifGenerationMatch` is not set OR
Expand Down

0 comments on commit 9a4cb21

Please sign in to comment.