google-apis-clouderrorreporting_v1beta1 0.23.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a2a908628d7a9d215b82fc569ce3306a143c8d2d7de31f595213681324ad283
4
- data.tar.gz: e202eaf5d80d00c3d61f432c04c896bbcfe6da82a0d1387b2b73334fb28b0784
3
+ metadata.gz: 8634d10fee87b27619c6f26365f142ae20f437a92be13eddda62dbf4d5927552
4
+ data.tar.gz: 63c9d364ab02e166b3b28a99f2424d4966df07c608cb9f008340c23d638dc97d
5
5
  SHA512:
6
- metadata.gz: cde6d2eeb23f941001280f4250780c0a85deb1b8a4309299f882d37bb0d7fb7f95a5c4a2d696a5a3c4d2875859794568021773175b4c507f73207c8e9247ace7
7
- data.tar.gz: 2f5fa580ba4456f397d7faf4a309cdbf63ee64204c7bfca3bf70096ec145bcb6e8c8d7edd6ceea61bd2686bb23a025d7e331a3614f34bc13ff77735e9c92287d
6
+ metadata.gz: 829f4058f8a65044b86fc8517d8b091eff5e4fb3425a6084ec5ace0dd4b0a8ab3a6d1a32c916152a58c3259d7c99fa371d5bb4252de0593b9b18c0ec5feb5e45
7
+ data.tar.gz: e520876e634f3528dc36908681e3117de9d59ef551bea5efaafad4664491472a51d98ff391ccb7d0a3c9b469b13d26246369cf1898909ae032794081024b6f71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-clouderrorreporting_v1beta1
2
2
 
3
+ ### v0.25.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20231106
6
+ * Regenerated using generator version 0.13.0
7
+
8
+ ### v0.24.0 (2023-09-10)
9
+
10
+ * Regenerated from discovery document revision 20230901
11
+
3
12
  ### v0.23.0 (2023-08-13)
4
13
 
5
14
  * Regenerated from discovery document revision 20230804
@@ -131,8 +131,12 @@ module Google
131
131
  class ErrorGroup
132
132
  include Google::Apis::Core::Hashable
133
133
 
134
- # Group IDs are unique for a given project. If the same kind of error occurs in
135
- # different service contexts, it will receive the same group ID.
134
+ # An opaque identifier of the group. This field is assigned by the Error
135
+ # Reporting system and always populated. In the group resource name, the `
136
+ # group_id` is a unique identifier for a particular error group. The identifier
137
+ # is derived from key parts of the error-log content and is treated as Service
138
+ # Data. For information about how Service Data is handled, see [Google Cloud
139
+ # Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).
136
140
  # Corresponds to the JSON property `groupId`
137
141
  # @return [String]
138
142
  attr_accessor :group_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ClouderrorreportingV1beta1
18
18
  # Version of the google-apis-clouderrorreporting_v1beta1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230804"
25
+ REVISION = "20231106"
26
26
  end
27
27
  end
28
28
  end
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://cloud.google.com/error-reporting/
35
35
  class ClouderrorreportingService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://clouderrorreporting.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://clouderrorreporting.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-clouderrorreporting_v1beta1',
49
51
  client_version: Google::Apis::ClouderrorreportingV1beta1::GEM_VERSION)
50
52
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-clouderrorreporting_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.25.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-08-20 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-clouderrorreporting_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-clouderrorreporting_v1beta1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouderrorreporting_v1beta1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouderrorreporting_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Error Reporting API V1beta1