firestore: fix doc link#2539
Merged
pongad merged 1 commit intogoogleapis:masterfrom Oct 20, 2017
pongad:firestore-doc
Merged
Conversation
Fix the link so that it does not 404. Also change from homepage and example to product and library docs to match other APIs. Fixes #2538.
Contributor
|
LGTM |
danoscarmike
approved these changes
Oct 20, 2017
schmidt-sebastian
pushed a commit
to FirebasePrivate/google-cloud-java
that referenced
this pull request
Nov 9, 2017
Fix the link so that it does not 404. Also change from homepage and example to product and library docs to match other APIs. Fixes googleapis#2538.
chingor13
pushed a commit
that referenced
this pull request
Feb 20, 2026
…41.0 (#2539) * deps: update dependency com.google.cloud:google-cloud-bigquery to v2.41.0 * 🦉 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>
chingor13
pushed a commit
that referenced
this pull request
Mar 24, 2026
From https://github.com/diegomarquezp/google-cloud-java/actions/runs/8178920720/job/22363860250 ``` + /usr/local/lib/python3.11/site-packages/library_generation/owlbot/bin/write_clirr_ignore.sh /usr/local/lib/python3.11/site-packages/library_generation /workspace/google-cloud-java/java-datastore/proto-google-cloud-datastore-v1 /workspace/google-cloud-java/java-datastore /workspace/google-cloud-java/java-datastore/proto-google-cloud-datastore-v1/src/main/java /workspace/google-cloud-java/java-datastore/proto-google-cloud-datastore-v1 /workspace/google-cloud-java/java-datastore /usr/local/lib/python3.11/site-packages/library_generation/owlbot/bin/write_clirr_ignore.sh: line 29: jq: command not found Library postprocessing failed Error: Process completed with exit code 1. ``` This PR adds jq to the docker image ## Cause `write_clirr_ignore` only acts on the repo whenever there is no clirr_ignored_differences found. This occurs when generating a new library from scratch, and we've only testing against existing libraries (i.e. we didn't reach this call to `jq` in any of our previous testing). https://github.com/googleapis/sdk-platform-java/blob/3ed98b1b84b4694fb0268c28e01dfcd21e484b59/library_generation/owlbot/bin/write_clirr_ignore.sh#L24-L29
chingor13
pushed a commit
that referenced
this pull request
Mar 30, 2026
meltsufin
pushed a commit
that referenced
this pull request
Apr 29, 2026
meltsufin
pushed a commit
that referenced
this pull request
May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the link so that it does not 404.
Also change from homepage and example to
product and library docs to match other APIs.
Fixes #2538.