Skip to content

Commit 4d70e7b

Browse files
feat: Automated regeneration of logging v2 client (#25441)
Auto-created at 2026-01-25 09:29:39 +0000 using the toys pull request generator.
1 parent 6299377 commit 4d70e7b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

generated/google-apis-logging_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-logging_v2
22

3+
### v0.88.0 (2026-01-25)
4+
5+
* Regenerated from discovery document revision 20260116
6+
37
### v0.87.0 (2026-01-11)
48

59
* Regenerated from discovery document revision 20251231

generated/google-apis-logging_v2/lib/google/apis/logging_v2/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ class LogEntry
19841984
# Optional. A map of key, value pairs that provides additional information about
19851985
# the log entry. The labels can be user-defined or system-defined.User-defined
19861986
# labels are arbitrary key, value pairs that you can use to classify logs.System-
1987-
# defined labels are defined by GCP services for platform logs. They have two
1987+
# defined labels are defined by cloud services for platform logs. They have two
19881988
# components - a service namespace component and the attribute name. For example:
19891989
# compute.googleapis.com/resource_name.Cloud Logging truncates label keys that
19901990
# exceed 512 B and label values that exceed 64 KB upon their associated log

generated/google-apis-logging_v2/lib/google/apis/logging_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module LoggingV2
1818
# Version of the google-apis-logging_v2 gem
19-
GEM_VERSION = "0.87.0"
19+
GEM_VERSION = "0.88.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251231"
25+
REVISION = "20260116"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)