google-apis-securitycenter_v1 0.103.0 → 0.104.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: 6355648e1eeaf4bc423a1c880dca8aa3981c8e8b5a283e41015190d57c5f15b9
|
4
|
+
data.tar.gz: f5f03249dc7ed01f88b1318c8fef06e9e23802ba30a10cc32cc84f61b062ff26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac729b2357326d2405f24dd5aac033ef1f4aca6093bea2b9ea91b88967f7e4cad8feecf740332d09986ca9b842825b144aab58197428e04ea8f40576a8cf7bb2
|
7
|
+
data.tar.gz: 2409485e9e58eea42e921764255deb8e834d0c69dc4c965d107dd91a7caf9476a5dcb5648272fa8bd77fbeca788b71d5d7ae35391c770cc1a5de4aee7c26f088
|
data/CHANGELOG.md
CHANGED
@@ -3217,8 +3217,8 @@ module Google
|
|
3217
3217
|
end
|
3218
3218
|
end
|
3219
3219
|
|
3220
|
-
#
|
3221
|
-
# cloud provider is Google Cloud
|
3220
|
+
# Google Cloud metadata associated with the resource. Only applicable if the
|
3221
|
+
# finding's cloud provider is Google Cloud.
|
3222
3222
|
class GcpMetadata
|
3223
3223
|
include Google::Apis::Core::Hashable
|
3224
3224
|
|
@@ -8818,8 +8818,8 @@ module Google
|
|
8818
8818
|
# @return [String]
|
8819
8819
|
attr_accessor :display_name
|
8820
8820
|
|
8821
|
-
#
|
8822
|
-
# cloud provider is Google Cloud
|
8821
|
+
# Google Cloud metadata associated with the resource. Only applicable if the
|
8822
|
+
# finding's cloud provider is Google Cloud.
|
8823
8823
|
# Corresponds to the JSON property `gcpMetadata`
|
8824
8824
|
# @return [Google::Apis::SecuritycenterV1::GcpMetadata]
|
8825
8825
|
attr_accessor :gcp_metadata
|
@@ -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.104.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 = "20250707"
|
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.104.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.104.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:
|