Factor API-related calls into service-specific helpers.#1820
Factor API-related calls into service-specific helpers.#1820tseaver merged 4 commits intogoogleapis:masterfrom tseaver:logging-grpc_prep
Conversation
| def logging_api(self): | ||
| """Helper for logging-related API calls.""" | ||
| if self._logging_api is None: | ||
| self._logging_api = _LoggingAPI(self.connection) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
It's a lot to digest, but nothing glaring. Anything in particular I should focus on? |
This one is a pretty mechanical transform, following the earlier |
Addresses: #1820 (comment)
gcloud/logging/client.py
Outdated
|
|
||
| @property | ||
| def metrics_api(self): | ||
| """Helper for logging-related API calls.""" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Did a docs pass and made a few comments. Everything (save for those few comments) LGTM. |
Add links to relevant REST API docs. Addresses: #1820 (comment)
Co-authored-by: omair <omairn@google.com>
* fix: Read scopes from ADC json for impersoanted cred * secret * secret update * secret update * 🦉 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>
🤖 I have created a release *beep* *boop* --- ## [2.42.0](googleapis/google-auth-library-python@v2.41.1...v2.42.0) (2025-10-24) ### Features * Add trust boundary support for external accounts. ([#1809](googleapis/google-auth-library-python#1809)) ([36ecb1d](googleapis/google-auth-library-python@36ecb1d)) ### Bug Fixes * Read scopes from ADC json for impersoanted cred ([#1820](googleapis/google-auth-library-python#1820)) ([62c0fc8](googleapis/google-auth-library-python@62c0fc8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…interactive display of the results (#1820) * add anywidget as extra python package * Add anywidget to bigframes * add the first testcase * fix mypy error * Show first page of results (to_pandas_batches()) is done * add the testcase * Add more testcase * change a import * change anywidget mode for plain text * fix noxfile * add anywidget for docx * ignore missing import * fix doctest * add unittest * add notebook test * fix unit-10.12 * change testcase * make anywidget addtional * remove anywidget_mode.ipynb in notebook session due to deferred mode * fix typo * fix failed testcase
Modeled on the
pubsubchanges in #1700 and #1736.