google-apis-securitycenter_v1beta2 0.88.0 → 0.89.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: b52913285d1807696db57c681466ab4c7af9ab401177d64a41f782458806b6ed
|
4
|
+
data.tar.gz: f6b5553213d0b9a4a903ee922ad9eefc69a4a3c30f68d3affdd8071d98dca4ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08453ce3a87184daa100358ea10ba733b94d170625ff2ace17b28ab37ea37968e77da01f7e21956c55381b1e77e3e9ab95fc4f2749a5a90446e068bc6a934c1f'
|
7
|
+
data.tar.gz: 7c3ec357253b15434efcbe05a62024c8143e0731d33073aa45e97897ae8e3ec775637e4a2b25a480e3a247910f0d2e182eca3da15248ba6663a33e0f9c81582e
|
data/CHANGELOG.md
CHANGED
@@ -792,7 +792,7 @@ module Google
|
|
792
792
|
end
|
793
793
|
end
|
794
794
|
|
795
|
-
# The destination
|
795
|
+
# The destination BigQuery dataset to export findings to.
|
796
796
|
class BigQueryDestination
|
797
797
|
include Google::Apis::Core::Hashable
|
798
798
|
|
@@ -2038,7 +2038,7 @@ module Google
|
|
2038
2038
|
class ExportFindingsMetadata
|
2039
2039
|
include Google::Apis::Core::Hashable
|
2040
2040
|
|
2041
|
-
# The destination
|
2041
|
+
# The destination BigQuery dataset to export findings to.
|
2042
2042
|
# Corresponds to the JSON property `bigQueryDestination`
|
2043
2043
|
# @return [Google::Apis::SecuritycenterV1beta2::BigQueryDestination]
|
2044
2044
|
attr_accessor :big_query_destination
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta2
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.89.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 = "20250815"
|
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-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.89.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-securitycenter_v1beta2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.89.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|