google-apis-clouderrorreporting_v1beta1 0.11.0 → 0.14.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: 4771a0829631cda1c7316dcc5f6140779e7b9f15a33dc4994b7121c4acc8891c
4
- data.tar.gz: '080a045cea85086fba2f9e7ab70096db8083a39928f11f8fae21743ce2c05a1b'
3
+ metadata.gz: 607b5612af74e6edb6da292bd995fabe78dbb47ab41321f00f0905eb72a7272e
4
+ data.tar.gz: 51f80b04927b6813100b132fefcfff31d72c8baebe372c60fc0c82621be948dd
5
5
  SHA512:
6
- metadata.gz: db5905e099a0052119d54f7763eeb2807bf6c4129590c785eb696a20cc9bf70fbf9daf19d031cf116edc3952abb9844d29661f18d973fdf86fa8c2c481f1d434
7
- data.tar.gz: d76d60d4c7b055947bf59809a9d9331792b6bdc3f7dbe5309fac2c6e8a5781c9716be769d5dd89ae91926a3a6c57adb92dde476b1767947c5981fbbb5aecfb11
6
+ metadata.gz: 5ca2bef3c5cefda21ae0b5d86fc8932074c02aebc0022c0c5de214229fc8f631a96a9af4a09443a35e664d58315b55c9b5407b51853eac3cc651f8e25ce9013f
7
+ data.tar.gz: d697bd9b43ace6f00ca5adc1ef302bff1be2472e2702278b2eb76121c5b9c98c9f8921eb30e18582860fe9f2bfe3d8e517afd57b43f101fd96c4be553e4ab88c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-clouderrorreporting_v1beta1
2
2
 
3
+ ### v0.14.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+
7
+ ### v0.13.0 (2022-04-26)
8
+
9
+ * Regenerated from discovery document revision 20220420
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.12.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.11.0 (2021-10-20)
4
17
 
5
18
  * Unspecified changes
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.
@@ -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.11.0"
19
+ GEM_VERSION = "0.14.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 = "20220511"
26
26
  end
27
27
  end
28
28
  end
@@ -189,7 +189,7 @@ module Google
189
189
  # @param [String] project_name
190
190
  # Required. The resource name of the Google Cloud Platform project. Written as `
191
191
  # projects/`projectID`` or `projects/`projectNumber``, where ``projectID`` and ``
192
- # projectNumber`` can be found in the [Google Cloud Console](https://support.
192
+ # projectNumber`` can be found in the [Google Cloud console](https://support.
193
193
  # google.com/cloud/answer/6158840). Examples: `projects/my-project-123`, `
194
194
  # projects/5551234`.
195
195
  # @param [String] alignment
@@ -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.11.0
4
+ version: 0.14.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-10-27 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouderrorreporting_v1beta1/v0.14.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.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