Skip to content

Commit

Permalink
chore: Re-generated to pick up changes from googleapis. (#97)
Browse files Browse the repository at this point in the history
* changes without context

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

* feat: Makes remaining LogBucket and LogViews methods public

PiperOrigin-RevId: 342353190

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Nov 13 15:44:35 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: be0bdf86cd31aa7c1a7b30a9a2e9f2fd53ee3d91
Source-Link: googleapis/googleapis@be0bdf8

* fixed lint issue

Co-authored-by: Daniel Sanche <sanche@google.com>
  • Loading branch information
yoshi-automation and daniel-sanche committed Dec 4, 2020
1 parent 7f75f59 commit fda97a5
Show file tree
Hide file tree
Showing 16 changed files with 3,658 additions and 173 deletions.
435 changes: 412 additions & 23 deletions google/cloud/logging_v2/proto/logging_config.proto

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions google/cloud/logging_v2/proto/logging_metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ service MetricsServiceV2 {
// Describes a logs-based metric. The value of the metric is the number of log
// entries that match a logs filter in a given time interval.
//
// Logs-based metric can also be used to extract values from logs and create a
// a distribution of the values. The distribution records the statistics of the
// Logs-based metrics can also be used to extract values from logs and create a
// distribution of the values. The distribution records the statistics of the
// extracted values along with an optional histogram of the values as specified
// by the bucket options.
message LogMetric {
Expand Down

0 comments on commit fda97a5

Please sign in to comment.