google-apis-securitycenter_v1beta1 0.53.0 → 0.54.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1ad433b7d0c618fd6c8dc5c622af3fae5a40ad8cc8889f2287ef932c065a234
4
- data.tar.gz: 4c15a07ac08a6449e399d4c85c2fc65d53ca9ae0f6ecaa02aee91425298fd068
3
+ metadata.gz: 1efba74c21e0d21db127ba62d0fdea828856d95384e13a503c5accd00639e237
4
+ data.tar.gz: c03575d421a2ada6f01c47624e1c27f056225de659498428d4402f597c51a6ac
5
5
  SHA512:
6
- metadata.gz: e2e5f66d853458917cd24aba19d574ae7f6d8ebd80d8d88048b7858c69b242df78890153e67169a0c29aeddd151e371ff4934ae7222dd32d5f51def8e38c0911
7
- data.tar.gz: 2f93c208e61df901e9ae9118ec06587807f1cb915adeda1bb9008f6d8068a44c663ad0c0f988d85a82cb0e952d68abf0aa37c9e943b29df7f71958e351d4c35c
6
+ metadata.gz: 1b5831e487965d7e0e402c1d5795f436a8ed46c2999fbf0b7580f496cd51a0291452a5cd4efda09263f1f3788ef39bdf6c9e76087ee2110c8fe5cfb72ad704e9
7
+ data.tar.gz: 052ee2af7b9f96be9bfa33919a514fb4014ecd29c26b5613a72844e8a3a4b0d4b24fc643e7bc77897e693230a9999cde629794658efca0a7472d27c7a7e60c62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.54.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230512
6
+
3
7
  ### v0.53.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230420
@@ -437,6 +437,11 @@ module Google
437
437
  # @return [String]
438
438
  attr_accessor :data_profile
439
439
 
440
+ # The resource hierarchy level at which the data profile was generated.
441
+ # Corresponds to the JSON property `parentType`
442
+ # @return [String]
443
+ attr_accessor :parent_type
444
+
440
445
  def initialize(**args)
441
446
  update!(**args)
442
447
  end
@@ -444,6 +449,7 @@ module Google
444
449
  # Update properties of this object
445
450
  def update!(**args)
446
451
  @data_profile = args[:data_profile] if args.key?(:data_profile)
452
+ @parent_type = args[:parent_type] if args.key?(:parent_type)
447
453
  end
448
454
  end
449
455
 
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.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 = "20230420"
25
+ REVISION = "20230512"
26
26
  end
27
27
  end
28
28
  end
@@ -670,6 +670,7 @@ module Google
670
670
  # @private
671
671
  class Representation < Google::Apis::Core::JsonRepresentation
672
672
  property :data_profile, as: 'dataProfile'
673
+ property :parent_type, as: 'parentType'
673
674
  end
674
675
  end
675
676
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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-04-30 00:00:00.000000000 Z
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []