google-apis-clouderrorreporting_v1beta1 0.22.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a2a908628d7a9d215b82fc569ce3306a143c8d2d7de31f595213681324ad283
|
4
|
+
data.tar.gz: e202eaf5d80d00c3d61f432c04c896bbcfe6da82a0d1387b2b73334fb28b0784
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cde6d2eeb23f941001280f4250780c0a85deb1b8a4309299f882d37bb0d7fb7f95a5c4a2d696a5a3c4d2875859794568021773175b4c507f73207c8e9247ace7
|
7
|
+
data.tar.gz: 2f5fa580ba4456f397d7faf4a309cdbf63ee64204c7bfca3bf70096ec145bcb6e8c8d7edd6ceea61bd2686bb23a025d7e331a3614f34bc13ff77735e9c92287d
|
data/CHANGELOG.md
CHANGED
@@ -137,8 +137,13 @@ module Google
|
|
137
137
|
# @return [String]
|
138
138
|
attr_accessor :group_id
|
139
139
|
|
140
|
-
# The group resource name.
|
141
|
-
#
|
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.
|
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 = "
|
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
|
@@ -197,7 +201,11 @@ module Google
|
|
197
201
|
# Optional. Time where the timed counts shall be aligned if rounded alignment is
|
198
202
|
# chosen. Default is 00:00 UTC.
|
199
203
|
# @param [Array<String>, String] group_id
|
200
|
-
# 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).
|
201
209
|
# @param [String] order
|
202
210
|
# Optional. The sort order in which the results are returned. Default is `
|
203
211
|
# COUNT_DESC`.
|
@@ -262,8 +270,13 @@ module Google
|
|
262
270
|
# Get the specified group.
|
263
271
|
# @param [String] group_name
|
264
272
|
# Required. The group resource name. Written as `projects/`projectID`/groups/`
|
265
|
-
#
|
266
|
-
#
|
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).
|
267
280
|
# @param [String] fields
|
268
281
|
# Selector specifying which fields to include in a partial response.
|
269
282
|
# @param [String] quota_user
|
@@ -293,8 +306,13 @@ module Google
|
|
293
306
|
|
294
307
|
# Replace the data for the specified group. Fails if the group does not exist.
|
295
308
|
# @param [String] name
|
296
|
-
# The group resource name.
|
297
|
-
#
|
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).
|
298
316
|
# @param [Google::Apis::ClouderrorreportingV1beta1::ErrorGroup] error_group_object
|
299
317
|
# @param [String] fields
|
300
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.
|
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-
|
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.
|
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: []
|