google-apis-logging_v2 0.56.0 → 0.57.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: 6880f2e3e320c37bb260f55235d261fa0d171c2815eb40da8b3692fdbc429801
4
- data.tar.gz: 47811d5201c9d16d1f6bc5f6c232f27ef7bca979036c5144405a254a6d73fde4
3
+ metadata.gz: f98e1265b872ebc938765e9d2611347c23156d6ee566bd75d7b82469b4520d4d
4
+ data.tar.gz: 7fa95faf33fa21f746f330158c21c5fb26b4e2e5fdda493f6d7471670f296290
5
5
  SHA512:
6
- metadata.gz: '0896e2c1a99bcf96f813985fc08f5cddd591f2f9b0e5ad98b8e377a25a8e8047507203ea07f0a390cb906e9b581b394e3c8ffdea3c3d8acd435d579e4c17cdc6'
7
- data.tar.gz: 9bada47858f9d8bf9492ec3f5da5fe05a6e52bd2827802b3906f5f74c48a19370d4d7aee12721d02fd9cbd04cc1207315307896be1e4d9a47ea97e3d8037602d
6
+ metadata.gz: 317486dbeb674c815e31606bf1d79913e5e4b47a49c572169ac4e53a7e2d93f18b886cabf128680c421b5f6412c8d790549374277daad95c49ef150c571f02da
7
+ data.tar.gz: 85bea5b792ae64badb4a11e1717e30d5b620cd0109519eaab336fa65ed5e5b5d9c28bb8e784363de9f676d911fb0298b1722110ee6c86158273c92c7772401cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.57.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231026
6
+
3
7
  ### v0.56.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231013
@@ -1410,12 +1410,12 @@ module Google
1410
1410
  class LogEntry
1411
1411
  include Google::Apis::Core::Hashable
1412
1412
 
1413
- # Output only. The Cloud Error Reporting (https://cloud.google.com/error-
1414
- # reporting) error groups associated with this LogEntry. Cloud Error Reporting
1415
- # sets the values for this field during error group creation.For more
1416
- # information, see View error details( http://cloud/error-reporting/docs/viewing-
1417
- # errors#view_error_details)This field isn't available during log routing (https:
1418
- # //cloud.google.com/logging/docs/routing/overview)
1413
+ # Output only. The Error Reporting (https://cloud.google.com/error-reporting)
1414
+ # error groups associated with this LogEntry. Error Reporting sets the values
1415
+ # for this field during error group creation.For more information, see View
1416
+ # error details( https://cloud.google.com/error-reporting/docs/viewing-errors#
1417
+ # view_error_details)This field isn't available during log routing (https://
1418
+ # cloud.google.com/logging/docs/routing/overview)
1419
1419
  # Corresponds to the JSON property `errorGroups`
1420
1420
  # @return [Array<Google::Apis::LoggingV2::LogErrorGroup>]
1421
1421
  attr_accessor :error_groups
@@ -1708,8 +1708,7 @@ module Google
1708
1708
  end
1709
1709
  end
1710
1710
 
1711
- # Contains metadata that associates the LogEntry to Cloud Error Reporting error
1712
- # groups.
1711
+ # Contains metadata that associates the LogEntry to Error Reporting error groups.
1713
1712
  class LogErrorGroup
1714
1713
  include Google::Apis::Core::Hashable
1715
1714
 
@@ -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.56.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231013"
25
+ REVISION = "20231026"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-logging_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.57.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
63
63
  post_install_message:
64
64
  rdoc_options: []