google-apis-clouderrorreporting_v1beta1 0.1.0 → 0.6.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: 28bf60f538c4377fe05bf194a56ad6efe1df08a30052e18137169ae0f8288ef4
4
+ data.tar.gz: e1fd9b0db76f2151b36c15263d4692ee0262404cf71e36e624e9455fc55f7501
5
5
  SHA512:
6
- metadata.gz: 604e070605d9e80c43831cff15828b317db9180d410864861b3af4b43f5ecc1b91a20c54e59b96287e2dc551dc725fcd7c9b4f5a1771baec786b75d6beb9c22d
7
- data.tar.gz: da1fa2155d418718e5cf357c1abaf6692939c91e5df81cbb4c652376527baa17ce57404b3c7e9aac3c066bdc990d69592a7de2ba397e987b859450a51fbd3c60
6
+ metadata.gz: 07b89df08958a632d06c3bdcf9e65f30f69c1ddca7e5526f832641e00f1ec8a200ef8a5fe789ebfdff07f61c6caa0d02d9082fff5b857934574e4ac20da1e104
7
+ data.tar.gz: 1fe40c03ddcfb3b4cb8259c898695ad7d34f78a9e73949fd77ddcccc626d941cde06d5a514ca73ccf92275c3f5d3b502183832e79549cce0168690c7448e1f5c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-clouderrorreporting_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-05-19)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.5.0 (2021-05-05)
8
+
9
+ * Regenerated from discovery document revision 20210428
10
+
11
+ ### v0.4.0 (2021-03-30)
12
+
13
+ * Regenerated from discovery document revision 20210323
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.3.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.2.0 (2021-02-16)
21
+
22
+ * Regenerated from discovery document revision 20210210
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
@@ -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.6.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.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200827"
25
+ REVISION = "20210428"
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] (https://cloud.google.com/error-
149
+ # reporting) is a global service built on Cloud Logging and doesn't analyze logs
150
+ # stored in regional log buckets or logs routed to other Google Cloud projects.
151
+ # For more information, see [Using Error Reporting with regionalized logs] (
152
+ # https://cloud.google.com/error-reporting/docs/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.6.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-05-24 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.6.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: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Error Reporting API V1beta1