google-apis-securitycenter_v1beta2 0.48.0 → 0.49.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: fdf454e0e73cbb28da2d3ffc256219d1569849714103394ee84f760eac0d16e5
|
|
4
|
+
data.tar.gz: 43b01f1c55cd08585be1caaab8e34792b754183f485847955d132d570a877462
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb362f0250da761629d595404dfb550baea2e4f92aece9ba6e5e33471bcaa9653180d9b8bb372296512b6f33376465b8fbaabc0fbded525044b1f54937e27b90
|
|
7
|
+
data.tar.gz: 2d32fdac9d22cf63a9ddc8e808974c46b6d50bd608b3a8e91e4679db05e7fc8cc599cdfe4d20f12667ce2d01419fffb97dd1cdbcc9b93f8be5de1750ec79e6af
|
data/CHANGELOG.md
CHANGED
|
@@ -191,6 +191,11 @@ module Google
|
|
|
191
191
|
# @return [String]
|
|
192
192
|
attr_accessor :data_profile
|
|
193
193
|
|
|
194
|
+
# The resource hierarchy level at which the data profile was generated.
|
|
195
|
+
# Corresponds to the JSON property `parentType`
|
|
196
|
+
# @return [String]
|
|
197
|
+
attr_accessor :parent_type
|
|
198
|
+
|
|
194
199
|
def initialize(**args)
|
|
195
200
|
update!(**args)
|
|
196
201
|
end
|
|
@@ -198,6 +203,7 @@ module Google
|
|
|
198
203
|
# Update properties of this object
|
|
199
204
|
def update!(**args)
|
|
200
205
|
@data_profile = args[:data_profile] if args.key?(:data_profile)
|
|
206
|
+
@parent_type = args[:parent_type] if args.key?(:parent_type)
|
|
201
207
|
end
|
|
202
208
|
end
|
|
203
209
|
|
|
@@ -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.49.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230512"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.49.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|