Skip to content

Add 'Client.list_metrics' API wrapper. - #1590

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

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

Conversation

@tseaver

Copy link
Copy Markdown
Contributor

Also, add 'Client.metric' factory.

Uses #1588 as a base.

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

Copy link
Copy Markdown
ContributorAuthor

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

Comment threadgcloud/logging/client.py Outdated
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.

Comment threadgcloud/logging/client.py Outdated
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
Copy Markdown
ContributorAuthor

@dhermes PTAL.

@dhermes

Copy link
Copy Markdown
Contributor

LGTM

tseaver added a commit that referenced this pull request Mar 14, 2016
@tseaver
tseaver merged commit 5648192 into googleapis:logging-apiMar 14, 2016
@tseaver
tseaver deleted the logging-client_list_metrics branch March 14, 2016 18:28
@dhermesdhermes mentioned this pull request Apr 1, 2016
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 🦕
parthea pushed a commit that referenced this pull request Apr 1, 2026
* [WIP] implement range rolling with mods at expression level
* implement range rolling for series
* fix lint
* update rewrite logic
* fix mypy
* differentiate range bound and unbounded window
* fix mypy
* relax sorting key search algo
* check whether window key is prefix
* address comments
* fix type hint
* add comment on skipping range window during order pull up
* fix lint
* check order for all AdditiveNode
* explicitly dispatch additive nodes
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: loggingIssues related to the Cloud Logging API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tseaver@dhermes@googlebot