google-apis-securitycenter_v1beta1 0.93.0 → 0.94.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: f05b65a978d11159a3fed6757f2af0c44f2841c2d5ebec78d0f822b4b9a6e442
|
4
|
+
data.tar.gz: 365a7b109bbb318e0ec14a096472cbfd9c782f2d5b836cb2b4259c679855a7d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c3649d3c0bd2c231b6e0594501ac3d89ab234df3b2810a8178136b1aa05e08409cf837335fd37e0ced65402114a573ec7030779a756f459f8be9d1a715a4545
|
7
|
+
data.tar.gz: 04c4119fff2e07fd0645a29cda63c3d479ef3d8c57debb2db80dd7754fcc5dcf9072126f2c398901135d32644e58440fdd95dcd77bb5946b4cf6eeaf55ee0653
|
data/CHANGELOG.md
CHANGED
@@ -2734,8 +2734,8 @@ module Google
|
|
2734
2734
|
end
|
2735
2735
|
end
|
2736
2736
|
|
2737
|
-
#
|
2738
|
-
# cloud provider is Google Cloud
|
2737
|
+
# Google Cloud metadata associated with the resource. Only applicable if the
|
2738
|
+
# finding's cloud provider is Google Cloud.
|
2739
2739
|
class GcpMetadata
|
2740
2740
|
include Google::Apis::Core::Hashable
|
2741
2741
|
|
@@ -8468,8 +8468,8 @@ module Google
|
|
8468
8468
|
# @return [String]
|
8469
8469
|
attr_accessor :display_name
|
8470
8470
|
|
8471
|
-
#
|
8472
|
-
# cloud provider is Google Cloud
|
8471
|
+
# Google Cloud metadata associated with the resource. Only applicable if the
|
8472
|
+
# finding's cloud provider is Google Cloud.
|
8473
8473
|
# Corresponds to the JSON property `gcpMetadata`
|
8474
8474
|
# @return [Google::Apis::SecuritycenterV1beta1::GcpMetadata]
|
8475
8475
|
attr_accessor :gcp_metadata
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta1
|
18
18
|
# Version of the google-apis-securitycenter_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.94.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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.94.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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.94.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|