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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/logging_v2/classes.rb +13 -8
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 980eb4a2a292e6ac537041cbda60015ac1646782bdf918d7b43be351e0f654e0
|
|
4
|
+
data.tar.gz: 43e34266795ee4ed577bbd6c9ad7ed4d98c17b2078636ad21cd1b752dd292b74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75f12263d4a5971f7bb3bd4528b2e55528d7d8f144e8013e78ac351c728680bc33b16f6e9043743a67a032652dab3208de60616b4857bb6119855db7dbc93559
|
|
7
|
+
data.tar.gz: 8a470ed609e39f11b0750c8fe8f47c83e4c05e7e2c6e5a8425e485a548acaf126ba6c4139c2a3ca86b02aa2822bba2831244a745fd53fdec1ff85adf83cb15e1
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
2155
|
-
#
|
|
2156
|
-
#
|
|
2157
|
-
#
|
|
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.
|
|
2466
|
-
#
|
|
2467
|
-
#
|
|
2468
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|