google-apis-securitycenter_v1 0.106.0 → 0.107.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: 378bf3143074253128f483c1d2638aaada30340b7655dca6bb54ad2fa999aa49
|
4
|
+
data.tar.gz: c951e7efaa9ab340eda2a6379a891e671251cc92809352fb4ff4b1472d2047a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b91f85adaa6cba557c01ef7e79905ff8265b95e66784c27f46f0d9d681f655bfbb7df596d97489fb6e81b43f2d91e3518b83fcb8d199302bfc9de9b8fca43d2
|
7
|
+
data.tar.gz: b0eff6939a59e81844fdff6558b8749c95b8add0a5c5e8ca2162e8b89a81857241b2fc5ad35e29b9072a1391b4fc4d04145c424a0fcce15a08752805ea1c9a7b
|
data/CHANGELOG.md
CHANGED
@@ -1163,7 +1163,7 @@ module Google
|
|
1163
1163
|
end
|
1164
1164
|
end
|
1165
1165
|
|
1166
|
-
# The destination
|
1166
|
+
# The destination BigQuery dataset to export findings to.
|
1167
1167
|
class BigQueryDestination
|
1168
1168
|
include Google::Apis::Core::Hashable
|
1169
1169
|
|
@@ -2657,7 +2657,7 @@ module Google
|
|
2657
2657
|
class ExportFindingsMetadata
|
2658
2658
|
include Google::Apis::Core::Hashable
|
2659
2659
|
|
2660
|
-
# The destination
|
2660
|
+
# The destination BigQuery dataset to export findings to.
|
2661
2661
|
# Corresponds to the JSON property `bigQueryDestination`
|
2662
2662
|
# @return [Google::Apis::SecuritycenterV1::BigQueryDestination]
|
2663
2663
|
attr_accessor :big_query_destination
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1
|
18
18
|
# Version of the google-apis-securitycenter_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.107.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.107.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.107.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|