google-apis-clouderrorreporting_v1beta1 0.1.0 → 0.2.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: 027b22c9f0a23b1ccfce6029a56473cbcb70c3ae57c76d789431b3e233b56a26
4
- data.tar.gz: 7b9bbbdc4647f317eec319689278415ae1082081f451c965c238582d3aac9736
3
+ metadata.gz: b2591b851cb424186e9c8e7782daa170ed16c357706b22e7acc59991fd7ae8e2
4
+ data.tar.gz: 2d13915ae3d96012131006336ff4821ab8f83e4eb91d5cb279e60a623f1f285a
5
5
  SHA512:
6
- metadata.gz: 604e070605d9e80c43831cff15828b317db9180d410864861b3af4b43f5ecc1b91a20c54e59b96287e2dc551dc725fcd7c9b4f5a1771baec786b75d6beb9c22d
7
- data.tar.gz: da1fa2155d418718e5cf357c1abaf6692939c91e5df81cbb4c652376527baa17ce57404b3c7e9aac3c066bdc990d69592a7de2ba397e987b859450a51fbd3c60
6
+ metadata.gz: 4ea7db5a181baa61ecc1275ea52194fb0a29523b19f29b1b38848ddd13caeb6d106c0e62fae91df233b53138ef1a799219f35fb80737f014cbea3f635281d038
7
+ data.tar.gz: e234a9dab77756a296378a1fb8f67387901c81de15892b13319f8c822751a8a66055d0271a5f7fd353e33bebdd1817a989bea0e597214d3e4fec061d70f0554c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-clouderrorreporting_v1beta1
2
2
 
3
+ ### v0.2.0 (2021-02-16)
4
+
5
+ * Regenerated from discovery document revision 20210210
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200827"
25
+ REVISION = "20210210"
26
26
  end
27
27
  end
28
28
  end
@@ -140,11 +140,16 @@ module Google
140
140
  execute_or_queue_command(command, &block)
141
141
  end
142
142
 
143
- # Report an individual error event. This endpoint accepts **either** an OAuth
144
- # token, **or** an [API key](https://support.google.com/cloud/answer/6158862)
145
- # for authentication. To use an API key, append it to the URL as the value of a `
146
- # key` parameter. For example: `POST https://clouderrorreporting.googleapis.com/
147
- # v1beta1/`projectName`/events:report?key=123ABC456`
143
+ # Report an individual error event and record the event to a log. This endpoint
144
+ # accepts **either** an OAuth token, **or** an [API key](https://support.google.
145
+ # com/cloud/answer/6158862) for authentication. To use an API key, append it to
146
+ # the URL as the value of a `key` parameter. For example: `POST https://
147
+ # clouderrorreporting.googleapis.com/v1beta1/`projectName`/events:report?key=
148
+ # 123ABC456` **Note:** [Error Reporting](/error-reporting) is a global service
149
+ # built on Cloud Logging and doesn't analyze logs stored in regional log buckets
150
+ # or logs routed to other Google Cloud projects. For more information, see [
151
+ # Using Error Reporting with regionalized logs](/error-reporting/docs/
152
+ # regionalization).
148
153
  # @param [String] project_name
149
154
  # Required. The resource name of the Google Cloud Platform project. Written as `
150
155
  # projects/`projectId``, where ``projectId`` is the [Google Cloud Platform
@@ -183,9 +188,10 @@ module Google
183
188
  # Lists the specified groups.
184
189
  # @param [String] project_name
185
190
  # Required. The resource name of the Google Cloud Platform project. Written as `
186
- # projects/`projectID``, where ``projectID`` is the [Google Cloud Platform
187
- # project ID](https://support.google.com/cloud/answer/6158840). Example: `
188
- # projects/my-project-123`.
191
+ # projects/`projectID`` or `projects/`projectNumber``, where ``projectID`` and ``
192
+ # projectNumber`` can be found in the [Google Cloud Console](https://support.
193
+ # google.com/cloud/answer/6158840). Examples: `projects/my-project-123`, `
194
+ # projects/5551234`.
189
195
  # @param [String] alignment
190
196
  # Optional. The alignment of the timed counts to be returned. Default is `
191
197
  # ALIGNMENT_EQUAL_AT_END`.
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.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-clouderrorreporting_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-clouderrorreporting_v1beta1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouderrorreporting_v1beta1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-clouderrorreporting_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Error Reporting API V1beta1