google-apis-threatintelligence_v1beta 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb83014068684b66d566d0eafd60da7075ca4e9da630954492db31349a1a8ce7
|
|
4
|
+
data.tar.gz: 740eeee8438f48eba83700777a6daaa5f5219c0befb99d7fe49279a7a74a453f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21cb94062bd202217f349c25c6bb7645d3903ce6265420a344c3e54c6d961445e44d0c688137a5f4c351b9582f8d4284c9b9adf12d15185127c0cd5674c095a5
|
|
7
|
+
data.tar.gz: 77e089aab2f9e5fdd7d2bf014e35bed27ea1ebb9a64defd1186c8f2af5b8a614f8f7fb4fc52a13c869fe425e94d7d695d0d6b409206a968fd2e677395300362b
|
data/CHANGELOG.md
CHANGED
|
@@ -202,7 +202,8 @@ module Google
|
|
|
202
202
|
# @return [String]
|
|
203
203
|
attr_accessor :content
|
|
204
204
|
|
|
205
|
-
# Output only. The
|
|
205
|
+
# Output only. The timestamp of the original external publication of the
|
|
206
|
+
# document.
|
|
206
207
|
# Corresponds to the JSON property `createTime`
|
|
207
208
|
# @return [String]
|
|
208
209
|
attr_accessor :create_time
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ThreatintelligenceV1beta
|
|
18
18
|
# Version of the google-apis-threatintelligence_v1beta 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
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260428"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-threatintelligence_v1beta
|
|
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
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-threatintelligence_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-threatintelligence_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-threatintelligence_v1beta/v0.8.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-threatintelligence_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|