google-apis-clouderrorreporting_v1beta1 0.10.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: bca52a36d2c54e7be45c89ce827125735a2843ceadde009355da358e74e11026
4
- data.tar.gz: 2cd6ae9f08e072834fe000de7a260ec63c092d7d62f76b5f9dab2604a630e701
3
+ metadata.gz: d18df922a0c36240260d1a99185d8a1a738d52eb964c392c6d3f5dc7b0ded77d
4
+ data.tar.gz: 07b06b2d766dbd5546efe5e0911ee818f0fb79926723ead9a7f42ccc9d5708c5
5
5
  SHA512:
6
- metadata.gz: 2a6b03c2f70e7b341014d83a2a444764d3f4bf658bd4e43abf4f2679525f6aff8b2251e8057f632674d4ad27cdbec556ba4e42ee5faf106db0072c4528927246
7
- data.tar.gz: 663bd0240db33689802fcf786e218cc1e4a39fa1be94a8fa21d385ef159a6a404680a9c8b80a82bfdef7532ee6dd35bdff63af491aba3cca747cf00339f370e0
6
+ metadata.gz: 86a517095c611202cdd644223e1d0c5930e01831678592106eb125bcb2ca304f05e889b9d603b188a817f952be75fd88a58752587e46a1cbc767e4299cf80439
7
+ data.tar.gz: 481085f281fbfc1c6a9e6a31183d4412b39e2c78d78f23c09066862126b9c8c3ff0d55045c8c80ea832de382f498c509cbe84743b8307aa7100b9591b49c2a9b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-clouderrorreporting_v1beta1
2
2
 
3
+ ### v0.13.0 (2022-04-26)
4
+
5
+ * Regenerated from discovery document revision 20220420
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.12.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.11.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.10.0 (2021-09-21)
4
17
 
5
18
  * Regenerated from discovery document revision 20210916
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/clouderrorreporting_v1beta1"
51
51
  client = Google::Apis::ClouderrorreportingV1beta1::ClouderrorreportingService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Clouderrorreporting service in particular.)
67
67
 
@@ -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 `ErrorContext` of 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 start with `PHP (Notice|Parse error|Fatal error|Warning)` and
424
- # contain the result of [`(string)$exception`](http://php.net/manual/en/
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.10.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.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210916"
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 `next_page_token` provided by a previous response. To view
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 `TimedCount`. If not
225
- # set, no timed counts are returned.
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 [`groupStats.list`](https://cloud.google.com/error-
268
- # reporting/reference/rest/v1beta1/projects.groupStats/list) to return a list of
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.10.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: 2021-09-22 00:00:00.000000000 Z
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
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-clouderrorreporting_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-clouderrorreporting_v1beta1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-clouderrorreporting_v1beta1
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.13.0
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: []
65
65
  require_paths:
@@ -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.2.17
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