Skip to content

Commit 23bc620

Browse files
yoshi-automationjskeet
authored andcommitted
feat: Makes remaining LogBucket and LogViews methods public
PiperOrigin-RevId: 342353190 Source-Author: Google APIs <[email protected]> Source-Date: Fri Nov 13 15:44:35 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: be0bdf86cd31aa7c1a7b30a9a2e9f2fd53ee3d91 Source-Link: googleapis/googleapis@be0bdf8
1 parent 762ed1f commit 23bc620

File tree

8 files changed

+6166
-1037
lines changed

8 files changed

+6166
-1037
lines changed

apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2.Snippets/ConfigServiceV2ClientSnippets.g.cs

Lines changed: 423 additions & 0 deletions
Large diffs are not rendered by default.

apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2.Tests/ConfigServiceV2ClientTest.g.cs

Lines changed: 333 additions & 0 deletions
Large diffs are not rendered by default.

apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/ConfigServiceV2Client.g.cs

Lines changed: 693 additions & 24 deletions
Large diffs are not rendered by default.

apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingConfig.cs

Lines changed: 3573 additions & 994 deletions
Large diffs are not rendered by default.

apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingConfigGrpc.cs

Lines changed: 568 additions & 16 deletions
Large diffs are not rendered by default.

apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingConfigResourceNames.g.cs

Lines changed: 573 additions & 0 deletions
Large diffs are not rendered by default.

apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingMetrics.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ static LoggingMetricsReflection() {
111111
/// Describes a logs-based metric. The value of the metric is the number of log
112112
/// entries that match a logs filter in a given time interval.
113113
///
114-
/// Logs-based metric can also be used to extract values from logs and create a
115-
/// a distribution of the values. The distribution records the statistics of the
114+
/// Logs-based metrics can also be used to extract values from logs and create a
115+
/// distribution of the values. The distribution records the statistics of the
116116
/// extracted values along with an optional histogram of the values as specified
117117
/// by the bucket options.
118118
/// </summary>

apis/Google.Cloud.Logging.V2/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "780419edef30c9dc232e36a445388d1aa3583e2c"
7+
"sha": "be0bdf86cd31aa7c1a7b30a9a2e9f2fd53ee3d91"
88
}
99
}
1010
]

0 commit comments

Comments
 (0)