google-apis-clouderrorreporting_v1beta1 0.12.0 → 0.13.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: d18df922a0c36240260d1a99185d8a1a738d52eb964c392c6d3f5dc7b0ded77d
|
4
|
+
data.tar.gz: 07b06b2d766dbd5546efe5e0911ee818f0fb79926723ead9a7f42ccc9d5708c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86a517095c611202cdd644223e1d0c5930e01831678592106eb125bcb2ca304f05e889b9d603b188a817f952be75fd88a58752587e46a1cbc767e4299cf80439
|
7
|
+
data.tar.gz: 481085f281fbfc1c6a9e6a31183d4412b39e2c78d78f23c09066862126b9c8c3ff0d55045c8c80ea832de382f498c509cbe84743b8307aa7100b9591b49c2a9b
|
data/CHANGELOG.md
CHANGED
@@ -180,7 +180,7 @@ module Google
|
|
180
180
|
attr_accessor :affected_services
|
181
181
|
|
182
182
|
# Approximate number of affected users in the given group that match the filter
|
183
|
-
# criteria. Users are distinguished by data in the
|
183
|
+
# criteria. Users are distinguished by data in the ErrorContext of the
|
184
184
|
# individual error events, such as their login name or their remote IP address
|
185
185
|
# in case of HTTP requests. The number of affected users can be zero even if the
|
186
186
|
# number of errors is non-zero if no data was provided from which the affected
|
@@ -420,8 +420,8 @@ module Google
|
|
420
420
|
# Exception.backtrace`](https://ruby-doc.org/core-2.2.0/Exception.html#method-i-
|
421
421
|
# backtrace). * **C#**: Must be the return value of [`Exception.ToString()`](
|
422
422
|
# https://msdn.microsoft.com/en-us/library/system.exception.tostring.aspx). * **
|
423
|
-
# PHP**: Must
|
424
|
-
# contain the result of [`(string)$exception`](
|
423
|
+
# PHP**: Must be prefixed with `"PHP (Notice|Parse error|Fatal error|Warning): "`
|
424
|
+
# and contain the result of [`(string)$exception`](https://php.net/manual/en/
|
425
425
|
# exception.tostring.php). * **Go**: Must be the return value of [`runtime.Stack(
|
426
426
|
# )`](https://golang.org/pkg/runtime/debug/#Stack).
|
427
427
|
# Corresponds to the JSON property `message`
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220420"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -206,7 +206,7 @@ module Google
|
|
206
206
|
# @param [Fixnum] page_size
|
207
207
|
# Optional. The maximum number of results to return per response. Default is 20.
|
208
208
|
# @param [String] page_token
|
209
|
-
# Optional. A
|
209
|
+
# Optional. A next_page_token provided by a previous response. To view
|
210
210
|
# additional results, pass this token along with the identical query parameters
|
211
211
|
# as the first request.
|
212
212
|
# @param [String] service_filter_resource_type
|
@@ -221,8 +221,8 @@ module Google
|
|
221
221
|
# @param [String] time_range_period
|
222
222
|
# Restricts the query to the specified time range.
|
223
223
|
# @param [String] timed_count_duration
|
224
|
-
# Optional. The preferred duration for a single returned
|
225
|
-
#
|
224
|
+
# Optional. The preferred duration for a single returned TimedCount. If not set,
|
225
|
+
# no timed counts are returned.
|
226
226
|
# @param [String] fields
|
227
227
|
# Selector specifying which fields to include in a partial response.
|
228
228
|
# @param [String] quota_user
|
@@ -264,10 +264,8 @@ module Google
|
|
264
264
|
# Get the specified group.
|
265
265
|
# @param [String] group_name
|
266
266
|
# Required. The group resource name. Written as `projects/`projectID`/groups/`
|
267
|
-
# group_name``. Call
|
268
|
-
#
|
269
|
-
# groups belonging to this project. Example: `projects/my-project-123/groups/my-
|
270
|
-
# group`
|
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`
|
271
269
|
# @param [String] fields
|
272
270
|
# Selector specifying which fields to include in a partial response.
|
273
271
|
# @param [String] quota_user
|
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.13.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: 2022-
|
11
|
+
date: 2022-05-02 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.13.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.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Error Reporting API V1beta1
|