google-apis-alertcenter_v1beta1 0.7.0 → 0.8.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: b38c8f24baf724d1bab34c329a94801bf812b42c8998193487f700a0caab5e65
|
4
|
+
data.tar.gz: 60d50c4338044fe24d6f27f70e3cd8787c10cf9913c38dfeab543daf605b3eed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cecb2b717920ad3d81ed3a1a354d83e78e5de84db3670e315ee41e51c12dc11123173e22d37a5e3528db83ae3866e9bfee06456c56e0d413972362edc3daaf36
|
7
|
+
data.tar.gz: b32d306ab2e4a0738f56d347a06704fb9cfe08c45dc797cc54a02fb89210b029791fc962e3dbfe39bf3d6a266f3f49217d0d3c5b41471b6de8b14cf68cfc4366
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-alertcenter_v1beta1
|
2
2
|
|
3
|
+
### v0.8.0 (2021-06-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210601
|
6
|
+
* Regenerated using generator version 0.3.0
|
7
|
+
|
3
8
|
### v0.7.0 (2021-05-28)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20210519
|
@@ -215,8 +215,8 @@ module Google
|
|
215
215
|
|
216
216
|
# Required. A unique identifier for the system that reported the alert. This is
|
217
217
|
# output only after alert is created. Supported sources are any of the following:
|
218
|
-
# * Google Operations * Mobile device management * Gmail phishing *
|
219
|
-
# takeout * State sponsored attack * Google identity
|
218
|
+
# * Google Operations * Mobile device management * Gmail phishing * Data Loss
|
219
|
+
# Prevention * Domain wide takeout * State sponsored attack * Google identity
|
220
220
|
# Corresponds to the JSON property `source`
|
221
221
|
# @return [String]
|
222
222
|
attr_accessor :source
|
@@ -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.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210601"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.8.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-
|
11
|
+
date: 2021-06-14 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.8.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: []
|