Skip to content

Add 'Client.list_metrics' API wrapper.#1590

Merged
tseaver merged 7 commits intogoogleapis:logging-apifrom
tseaver:logging-client_list_metrics
Mar 14, 2016
Merged

Add 'Client.list_metrics' API wrapper.#1590
tseaver merged 7 commits intogoogleapis:logging-apifrom
tseaver:logging-client_list_metrics

Conversation

@tseaver
Copy link
Contributor

@tseaver tseaver commented Mar 8, 2016

Also, add 'Client.metric' factory.

Uses #1588 as a base.

@tseaver tseaver added the api: logging Issues related to the Cloud Logging API. label Mar 8, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 8, 2016
@tseaver
Copy link
Contributor Author

tseaver commented Mar 14, 2016

@dhermes Rebased after merging #1588 to the logging-api branch. PTAL

def list_entries(self, projects=None, filter_=None, order_by=None,
page_size=None, page_token=None):
page_size=None,
page_token=None):

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

more topics can be retrieved with another call (pass that
value as ``page_token``).
"""
# pylint: disable=too-many-branches

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor Author

tseaver commented Mar 14, 2016

@dhermes PTAL.

@dhermes
Copy link
Contributor

dhermes commented Mar 14, 2016

LGTM

tseaver added a commit that referenced this pull request Mar 14, 2016
@tseaver tseaver merged commit 5648192 into googleapis:logging-api Mar 14, 2016
@tseaver tseaver deleted the logging-client_list_metrics branch March 14, 2016 18:28
parthea pushed a commit that referenced this pull request Mar 2, 2026
…ation (#1590)

This PR drops the dependency on `cachetools`, which was only used for
its LRU cache class, in favor of a simple local implementation.

This should have a small but positive effect on many downstream users
given how many times this library is downloaded per day.

---------

Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
parthea pushed a commit that referenced this pull request Mar 2, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.

Librarian Version: v1.0.1
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b89211209
<details><summary>google-auth: 2.47.0</summary>

##
[2.47.0](googleapis/google-auth-library-python@v2.46.0...v2.47.0)
(2026-01-06)

### Features

* drop `cachetools` dependency in favor of simple local implementation
(#1590)
([5c07e1c4](googleapis/google-auth-library-python@5c07e1c4))

### Bug Fixes

* Python 3.8 support (#1918)
([60dc2001](googleapis/google-auth-library-python@60dc2001))

</details>
parthea pushed a commit that referenced this pull request Mar 6, 2026
This fixes four broken tests that failed due to an unexpected change in the Google Public Dataset: Hacker News.

The `comments` table was deleted and only the `full` table remained.

This edit updates the name of the table in four tests and updates the names of columns in the table as well as updates the expected results for one of the tests.

Fixes #1590 🦕
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: logging Issues related to the Cloud Logging API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants