google-apis-securitycenter_v1 0.57.0 → 0.58.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: 1324e852091f13cee7d175986803274da60aa40ca5f4e786401b9e3481b93a28
|
|
4
|
+
data.tar.gz: 2c97e63bbe2340a86fda868c49109337ea8dfb4e236221bc4054d4aeef5180fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8cafca6e11e57b2d29768c8689d256f5dc092e1462c1f0a7b20aa3f4e4cfb24439dd60c194f8bb69bfaa91f2cbcc150c4ea928141b3832c01c05266c58efa34
|
|
7
|
+
data.tar.gz: 276449cef3d77376c19c74bd74c830d42961bbfffd886626b7313dbf53fdae42099be24414ee6da2b10a76f42212e8295b87812f5691a0311ddb9e0fc45a62c8
|
data/CHANGELOG.md
CHANGED
|
@@ -483,6 +483,11 @@ module Google
|
|
|
483
483
|
# @return [String]
|
|
484
484
|
attr_accessor :data_profile
|
|
485
485
|
|
|
486
|
+
# The resource hierarchy level at which the data profile was generated.
|
|
487
|
+
# Corresponds to the JSON property `parentType`
|
|
488
|
+
# @return [String]
|
|
489
|
+
attr_accessor :parent_type
|
|
490
|
+
|
|
486
491
|
def initialize(**args)
|
|
487
492
|
update!(**args)
|
|
488
493
|
end
|
|
@@ -490,6 +495,7 @@ module Google
|
|
|
490
495
|
# Update properties of this object
|
|
491
496
|
def update!(**args)
|
|
492
497
|
@data_profile = args[:data_profile] if args.key?(:data_profile)
|
|
498
|
+
@parent_type = args[:parent_type] if args.key?(:parent_type)
|
|
493
499
|
end
|
|
494
500
|
end
|
|
495
501
|
|
|
@@ -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.58.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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.58.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-05-
|
|
11
|
+
date: 2023-05-21 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.58.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|