Uh oh!
There was an error while loading. Please reload this page.
Adding a code snippet to the landing page. - #669
Merged
Conversation
dhermesforce-pushed
the
gh-pages-fix-553
branch
from
February 19, 2015 04:42
4dc9398 to
c5935daComparetseaver
commented
Feb 19, 2015
Contributor
c5935da LGTM |
dhermesforce-pushed
the
gh-pages-fix-553
branch
from
February 19, 2015 18:13
c5935da to
0788a34Comparedhermes
commented
Feb 19, 2015
ContributorAuthor
Rebased, merging now. |
dhermes added a commit
that referenced
this pull request
Feb 19, 2015
Adding a code snippet to the landing page.
vchudnov-g pushed a commit
that referenced
this pull request
Sep 20, 2023
* feat: added speech endpointing setting feat: added Knowledge Search API PiperOrigin-RevId: 561112943 Source-Link: googleapis/googleapis@6d69526 Source-Link: googleapis/googleapis-gen@5d3ab0d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWQzYWIwZDlmZmRhMjMyZDM2Y2IxNDhjZTE5MmVhODc3MTUxMDQwMiJ9 * 🦉 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>
parthea pushed a commit
that referenced
this pull request
Sep 18, 2025
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
parthea pushed a commit
that referenced
this pull request
Nov 22, 2025
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 473833416 Source-Link: googleapis/googleapis@565a550 Source-Link: googleapis/googleapis-gen@1ee1a06 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVlMWEwNmM2ZGUzY2E4Yjg0MzU3MmMxZmRlMDU0OGY4NDIzNjk4OSJ9
parthea pushed a commit
that referenced
this pull request
Nov 24, 2025
…cp/templates/python_library/.kokoro (#669) Source-Link: googleapis/synthtool@b4fe62e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3bf87e47c2173d7eed42714589dc4da2c07c3268610f1e47f8e1a30decbfc7f1 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit
that referenced
this pull request
Mar 2, 2026
In samples/snippets/noxfile.py, tests are run in parallel if pytest-parallel is installed. This resulted in tests failing in CI that did not fail locally. Because of the use of shared subscription names across tests running in parallel, some tests were deleting a subscription, while others were attempting to receive messages. This PR removes all subscription test fixtures that created and deleted subscriptions that were reused across tests in samples/snippets/subscriber_test.py, instead repeating the creation logic within each test, with a different subscription name per test, to allow tests to run in parallel without failures. Also includes unrelated formatting changes due to linting changes. Fixes#668🦕
parthea pushed a commit
that referenced
this pull request
Mar 9, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit
that referenced
this pull request
Mar 9, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea added a commit
that referenced
this pull request
Mar 9, 2026
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
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 freeto 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.
NOTE: Has #661 as a diffbase
Fixes#646 (originally I accidentally said #553).
Uses the Python snippet
and
to create the highlighted HTML.
I initially tried to find a place to put these, but the nothing really felt appropriate since the main
index.htmlis not part of any build stage.