google-apis-alertcenter_v1beta1 0.6.0 → 0.7.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5244a49196d1f72fcc2b4d104fc6485c0c1ecba0b06f9abac3260b2a8843a71
|
4
|
+
data.tar.gz: b4491b14b11fcb6fd0c3b0b2dfbdd87a076d1042d51509070eb66728b3007e96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6790d66898c52d0b10bacbbacab261bb990c0e50b063ace887d315de8f79a08a82ff6f61439d1aead29e9e09a7908ed19324f837ffa20fe21430be6c1110f433
|
7
|
+
data.tar.gz: c798949958c950b5ddf95332ee243827a71fe825c852451e924e16112bf8fe71e0879944aee35cce99a936c1f1ba265b25374528e28cbae7735ed32e962a308f
|
data/CHANGELOG.md
CHANGED
@@ -227,8 +227,8 @@ module Google
|
|
227
227
|
attr_accessor :start_time
|
228
228
|
|
229
229
|
# Required. The type of the alert. This is output only after alert is created.
|
230
|
-
# For a list of available alert types see [Google Workspace Alert types](
|
231
|
-
# sdk/alertcenter/reference/alert-types).
|
230
|
+
# For a list of available alert types see [Google Workspace Alert types](https://
|
231
|
+
# developers.google.com/admin-sdk/alertcenter/reference/alert-types).
|
232
232
|
# Corresponds to the JSON property `type`
|
233
233
|
# @return [String]
|
234
234
|
attr_accessor :type
|
@@ -1107,7 +1107,8 @@ module Google
|
|
1107
1107
|
end
|
1108
1108
|
|
1109
1109
|
# Settings for callback notifications. For more details see [Google Workspace
|
1110
|
-
# Alert Notification](/admin-sdk/alertcenter/guides/
|
1110
|
+
# Alert Notification](https://developers.google.com/admin-sdk/alertcenter/guides/
|
1111
|
+
# notifications).
|
1111
1112
|
class Notification
|
1112
1113
|
include Google::Apis::Core::Hashable
|
1113
1114
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlertcenterV1beta1
|
18
18
|
# Version of the google-apis-alertcenter_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210519"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -227,9 +227,9 @@ module Google
|
|
227
227
|
# identity if not provided.
|
228
228
|
# @param [String] filter
|
229
229
|
# Optional. A query string for filtering alert results. For more details, see [
|
230
|
-
# Query filters](/admin-sdk/alertcenter/guides/
|
231
|
-
# query filter fields](
|
232
|
-
# list).
|
230
|
+
# Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/
|
231
|
+
# query-filters) and [Supported query filter fields](https://developers.google.
|
232
|
+
# com/admin-sdk/alertcenter/reference/filter-fields#alerts.list).
|
233
233
|
# @param [String] order_by
|
234
234
|
# Optional. The sort order of the list results. If not specified results may be
|
235
235
|
# returned in arbitrary order. You can sort the results in descending order
|
@@ -362,9 +362,10 @@ module Google
|
|
362
362
|
# caller identity if not provided.
|
363
363
|
# @param [String] filter
|
364
364
|
# Optional. A query string for filtering alert feedback results. For more
|
365
|
-
# details, see [Query filters](/admin-sdk/
|
366
|
-
# Supported query filter fields](
|
367
|
-
#
|
365
|
+
# details, see [Query filters](https://developers.google.com/admin-sdk/
|
366
|
+
# alertcenter/guides/query-filters) and [Supported query filter fields](https://
|
367
|
+
# developers.google.com/admin-sdk/alertcenter/reference/filter-fields#alerts.
|
368
|
+
# feedback.list).
|
368
369
|
# @param [String] fields
|
369
370
|
# Selector specifying which fields to include in a partial response.
|
370
371
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alertcenter_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.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-05-
|
11
|
+
date: 2021-05-31 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-alertcenter_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.7.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-alertcenter_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|