google-apis-clouderrorreporting_v1beta1 0.21.0 → 0.23.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: 915acf6271ecd6494ef03198e8d5ee06caec639966eda9f4e0b46fb413fef08f
4
- data.tar.gz: bf9e24397a9efdb4d204dc2690150331b271c11c1f1957b8d04444a8b82ecec7
3
+ metadata.gz: 2a2a908628d7a9d215b82fc569ce3306a143c8d2d7de31f595213681324ad283
4
+ data.tar.gz: e202eaf5d80d00c3d61f432c04c896bbcfe6da82a0d1387b2b73334fb28b0784
5
5
  SHA512:
6
- metadata.gz: 6a25ddb67e8f3031c532ed820f72a41a40a44a7915d7785950e7421bcf403de9d209c0681bf3ec0df5632a452cc1e6814e30f74a07112c1d25a71126dadc6f52
7
- data.tar.gz: 9747f130e515f968ac2aad256efbbff504f16bdf0cb486c1dddb99c460b1b701491362a5aadaed9c2902001945eb7a06671808d30d4a6d7a5d58aecd15d934b7
6
+ metadata.gz: cde6d2eeb23f941001280f4250780c0a85deb1b8a4309299f882d37bb0d7fb7f95a5c4a2d696a5a3c4d2875859794568021773175b4c507f73207c8e9247ace7
7
+ data.tar.gz: 2f5fa580ba4456f397d7faf4a309cdbf63ee64204c7bfca3bf70096ec145bcb6e8c8d7edd6ceea61bd2686bb23a025d7e331a3614f34bc13ff77735e9c92287d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-clouderrorreporting_v1beta1
2
2
 
3
+ ### v0.23.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
7
+ ### v0.22.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230223
10
+
3
11
  ### v0.21.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -137,8 +137,13 @@ module Google
137
137
  # @return [String]
138
138
  attr_accessor :group_id
139
139
 
140
- # The group resource name. Example: projects/my-project-123/groups/
141
- # CNSgkpnppqKCUw
140
+ # The group resource name. Written as `projects/`projectID`/groups/`group_id``.
141
+ # Example: `projects/my-project-123/groups/my-group` In the group resource name,
142
+ # the `group_id` is a unique identifier for a particular error group. The
143
+ # identifier is derived from key parts of the error-log content and is treated
144
+ # as Service Data. For information about how Service Data is handled, see [
145
+ # Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-
146
+ # notice).
142
147
  # Corresponds to the JSON property `name`
143
148
  # @return [String]
144
149
  attr_accessor :name
@@ -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.21.0"
19
+ GEM_VERSION = "0.23.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 = "20220511"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
@@ -90,7 +90,11 @@ module Google
90
90
  # project ID](https://support.google.com/cloud/answer/6158840). Example: `
91
91
  # projects/my-project-123`.
92
92
  # @param [String] group_id
93
- # Required. The group for which events shall be returned.
93
+ # Required. The group for which events shall be returned. The `group_id` is a
94
+ # unique identifier for a particular error group. The identifier is derived from
95
+ # key parts of the error-log content and is treated as Service Data. For
96
+ # information about how Service Data is handled, see [Google Cloud Privacy
97
+ # Notice](https://cloud.google.com/terms/cloud-privacy-notice).
94
98
  # @param [Fixnum] page_size
95
99
  # Optional. The maximum number of results to return per response.
96
100
  # @param [String] page_token
@@ -148,8 +152,6 @@ module Google
148
152
  # 123ABC456` **Note:** [Error Reporting] (https://cloud.google.com/error-
149
153
  # reporting) is a global service built on Cloud Logging and doesn't analyze logs
150
154
  # stored in regional log buckets or logs routed to other Google Cloud projects.
151
- # For more information, see [Using Error Reporting with regionalized logs] (
152
- # https://cloud.google.com/error-reporting/docs/regionalization).
153
155
  # @param [String] project_name
154
156
  # Required. The resource name of the Google Cloud Platform project. Written as `
155
157
  # projects/`projectId``, where ``projectId`` is the [Google Cloud Platform
@@ -199,7 +201,11 @@ module Google
199
201
  # Optional. Time where the timed counts shall be aligned if rounded alignment is
200
202
  # chosen. Default is 00:00 UTC.
201
203
  # @param [Array<String>, String] group_id
202
- # Optional. List all ErrorGroupStats with these IDs.
204
+ # Optional. List all ErrorGroupStats with these IDs. The `group_id` is a unique
205
+ # identifier for a particular error group. The identifier is derived from key
206
+ # parts of the error-log content and is treated as Service Data. For information
207
+ # about how Service Data is handled, see [Google Cloud Privacy Notice] (https://
208
+ # cloud.google.com/terms/cloud-privacy-notice).
203
209
  # @param [String] order
204
210
  # Optional. The sort order in which the results are returned. Default is `
205
211
  # COUNT_DESC`.
@@ -264,8 +270,13 @@ module Google
264
270
  # Get the specified group.
265
271
  # @param [String] group_name
266
272
  # Required. The group resource name. Written as `projects/`projectID`/groups/`
267
- # group_name``. Call groupStats.list to return a list of groups belonging to
268
- # this project. Example: `projects/my-project-123/groups/my-group`
273
+ # group_id``. Call groupStats.list to return a list of groups belonging to this
274
+ # project. Example: `projects/my-project-123/groups/my-group` In the group
275
+ # resource name, the `group_id` is a unique identifier for a particular error
276
+ # group. The identifier is derived from key parts of the error-log content and
277
+ # is treated as Service Data. For information about how Service Data is handled,
278
+ # see [Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-
279
+ # notice).
269
280
  # @param [String] fields
270
281
  # Selector specifying which fields to include in a partial response.
271
282
  # @param [String] quota_user
@@ -295,8 +306,13 @@ module Google
295
306
 
296
307
  # Replace the data for the specified group. Fails if the group does not exist.
297
308
  # @param [String] name
298
- # The group resource name. Example: projects/my-project-123/groups/
299
- # CNSgkpnppqKCUw
309
+ # The group resource name. Written as `projects/`projectID`/groups/`group_id``.
310
+ # Example: `projects/my-project-123/groups/my-group` In the group resource name,
311
+ # the `group_id` is a unique identifier for a particular error group. The
312
+ # identifier is derived from key parts of the error-log content and is treated
313
+ # as Service Data. For information about how Service Data is handled, see [
314
+ # Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-
315
+ # notice).
300
316
  # @param [Google::Apis::ClouderrorreportingV1beta1::ErrorGroup] error_group_object
301
317
  # @param [String] fields
302
318
  # Selector specifying which fields to include in a partial response.
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.21.0
4
+ version: 0.23.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-08-20 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-clouderrorreporting_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-clouderrorreporting_v1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouderrorreporting_v1beta1/v0.23.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: []