google-apis-clouderrorreporting_v1beta1 0.12.0 → 0.15.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: 906398787317fa1707fcd72faa2b0e93adaa766a27a7101ceb3f79b2266f44fd
4
- data.tar.gz: fc2c4a689339dd992b07a75a56ad22d8731af160d50a477f2082ab2d9d6e6cdb
3
+ metadata.gz: b90027ffe84977cc71f5a8bee192c272e33755d12fa83312bc52c374e9258a4c
4
+ data.tar.gz: dc36f5143782e6b610bdb1df77ff92b8224eb315312e0050fca06991641abaf8
5
5
  SHA512:
6
- metadata.gz: b4f2301c9647a48273b85cbdfd4c5b2eaae34f7f19877660ffdb820f35a207282cb010e218602dcef1e77b30157b49f114136c5d4c0ca939e6e71424d1b74e82
7
- data.tar.gz: eec3c2646dcb5f66cb79be86ad8fd8b98c9ed7fa5b85aae37b8ab87a786f23962897e109c588124598c602dd5b6b963cdc864d790b7e1c7f4e7ab99c3aa17b15
6
+ metadata.gz: 8637d5b8fb0339fbe501dfcb31edd9083047a45c402822c8625e7ae6d3c56ac453fc91a5b977ef2da374c8d3b48025370ce0551e0a6cd3cbf65297e7030f1ed7
7
+ data.tar.gz: 3bc48d1d8b8945d8b17b805f7e1e233b919f3945e867b2b9bd34026dd664cb8e7cbf41854201780df213a2821ec82b228d16b1f5c550b548d6d13b241d7d8492
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-clouderrorreporting_v1beta1
2
2
 
3
+ ### v0.15.0 (2022-06-02)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.14.0 (2022-05-17)
8
+
9
+ * Regenerated from discovery document revision 20220511
10
+
11
+ ### v0.13.0 (2022-04-26)
12
+
13
+ * Regenerated from discovery document revision 20220420
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.12.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.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.12.0
4
+ version: 0.15.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouderrorreporting_v1beta1/v0.15.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.4
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Error Reporting API V1beta1