Skip to content

Commit a975107

Browse files
feat: Automated regeneration of logging v2 client (googleapis#25872)
Auto-created at 2026-03-08 09:54:43 +0000 using the toys pull request generator.
1 parent da7ee03 commit a975107

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.91.0 (2026-03-08)
4+
5+
* Regenerated from discovery document revision 20260227
6+
37
### v0.90.0 (2026-02-08)
48

59
* Regenerated from discovery document revision 20260130

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,11 +2306,7 @@ class LogEntry
23062306
# used to compute the log entry's age and to enforce the logs retention period.
23072307
# If this field is omitted in a new log entry, then Logging assigns it the
23082308
# current time. Timestamps have nanosecond accuracy, but trailing zeros in the
2309-
# fractional seconds might be omitted when the timestamp is displayed.Incoming
2310-
# log entries must have timestamps that don't exceed the logs retention period (
2311-
# https://cloud.google.com/logging/quotas#logs_retention_periods) in the past,
2312-
# and that don't exceed 24 hours in the future. Log entries outside those time
2313-
# boundaries are rejected by Logging.
2309+
# fractional seconds might be omitted when the timestamp is displayed.
23142310
# Corresponds to the JSON property `timestamp`
23152311
# @return [String]
23162312
attr_accessor :timestamp

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.90.0"
19+
GEM_VERSION = "0.91.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 = "20260130"
25+
REVISION = "20260227"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)