Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-logging_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-logging_v2

### v0.88.0 (2026-01-25)

* Regenerated from discovery document revision 20260116

### v0.87.0 (2026-01-11)

* Regenerated from discovery document revision 20251231
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ class LogEntry
# Optional. A map of key, value pairs that provides additional information about
# the log entry. The labels can be user-defined or system-defined.User-defined
# labels are arbitrary key, value pairs that you can use to classify logs.System-
# defined labels are defined by GCP services for platform logs. They have two
# defined labels are defined by cloud services for platform logs. They have two
# components - a service namespace component and the attribute name. For example:
# compute.googleapis.com/resource_name.Cloud Logging truncates label keys that
# exceed 512 B and label values that exceed 64 KB upon their associated log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module LoggingV2
# Version of the google-apis-logging_v2 gem
GEM_VERSION = "0.87.0"
GEM_VERSION = "0.88.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251231"
REVISION = "20260116"
end
end
end