google-apis-logging_v2 0.93.0 → 0.94.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00b1d857e5ad6b0a45bec4a10a1746d91c83d90b4c410c7e8c2afd12d59cf113
4
- data.tar.gz: 5828bebfdd381b74b2be1e672d3c5d7a17e4395c46fee6709df524fb2b548bb6
3
+ metadata.gz: 980eb4a2a292e6ac537041cbda60015ac1646782bdf918d7b43be351e0f654e0
4
+ data.tar.gz: 43e34266795ee4ed577bbd6c9ad7ed4d98c17b2078636ad21cd1b752dd292b74
5
5
  SHA512:
6
- metadata.gz: d9d16da45834adf57940285d47dce4ca17cb13a2c4e4d20be634547aabe0b70abe46bc79afdad2e8c1897d3b3f1916b7a67c226a3acbf74cdd596331bc804d7b
7
- data.tar.gz: 729c0e2eb9e95efed19d23ae3c07a030c17eb2eb9b4ca4cc710fe4a43479c5551b9ad27acda8ef945899d52cdd3b87d0fe883666c53992f0b551ed2fa8e28e0a
6
+ metadata.gz: 75f12263d4a5971f7bb3bd4528b2e55528d7d8f144e8013e78ac351c728680bc33b16f6e9043743a67a032652dab3208de60616b4857bb6119855db7dbc93559
7
+ data.tar.gz: 8a470ed609e39f11b0750c8fe8f47c83e4c05e7e2c6e5a8425e485a548acaf126ba6c4139c2a3ca86b02aa2822bba2831244a745fd53fdec1ff85adf83cb15e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.94.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260421
6
+
3
7
  ### v0.93.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260328
@@ -2151,10 +2151,13 @@ module Google
2151
2151
 
2152
2152
  # Output only. The Error Reporting (https://cloud.google.com/error-reporting)
2153
2153
  # error groups associated with this LogEntry. Error Reporting sets the values
2154
- # for this field during error group creation.For more information, see View
2155
- # error details( https://cloud.google.com/error-reporting/docs/viewing-errors#
2156
- # view_error_details)This field isn't available during log routing (https://
2157
- # cloud.google.com/logging/docs/routing/overview)
2154
+ # for this field during error group creation.This field is populated only when
2155
+ # log entries are stored in Cloud Logging storage (Logs Explorer and
2156
+ # Observability Analytics). It is not available for use in log sink filters, log-
2157
+ # based metrics, or log-based alerts, and it is excluded from log exports (Cloud
2158
+ # Storage, BigQuery, and Pub/Sub).For more information, see View error details(
2159
+ # https://cloud.google.com/error-reporting/docs/viewing-errors#
2160
+ # view_error_details)
2158
2161
  # Corresponds to the JSON property `errorGroups`
2159
2162
  # @return [Array<Google::Apis::LoggingV2::LogErrorGroup>]
2160
2163
  attr_accessor :error_groups
@@ -2462,10 +2465,12 @@ module Google
2462
2465
 
2463
2466
  # The id is a unique identifier for a particular error group; it is the last
2464
2467
  # part of the error group resource name: /project/[PROJECT_ID]/errors/[
2465
- # ERROR_GROUP_ID]. Example: COShysOX0r_51QE. The id is derived from key parts of
2466
- # the error-log content and is treated as Service Data. For information about
2467
- # how Service Data is handled, see Google Cloud Privacy Notice (https://cloud.
2468
- # google.com/terms/cloud-privacy-notice).
2468
+ # ERROR_GROUP_ID]. Example: COShysOX0r_51QE.This field can be used to search for
2469
+ # log entries belonging to a specific error group in Logs Explorer (e.g.,
2470
+ # error_groups.id = "ID") or Observability Analytics.The id is derived from key
2471
+ # parts of the error-log content and is treated as Service Data. For information
2472
+ # about how Service Data is handled, see Google Cloud Privacy Notice (https://
2473
+ # cloud.google.com/terms/cloud-privacy-notice).
2469
2474
  # Corresponds to the JSON property `id`
2470
2475
  # @return [String]
2471
2476
  attr_accessor :id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LoggingV2
18
18
  # Version of the google-apis-logging_v2 gem
19
- GEM_VERSION = "0.93.0"
19
+ GEM_VERSION = "0.94.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260328"
25
+ REVISION = "20260421"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-logging_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.93.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.94.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
62
62
  rdoc_options: []
63
63
  require_paths: