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: af804b291482652275777b29007b0161a8e959c3282170b174f803c28edf3999
4
- data.tar.gz: 6f50e4c295e990f485c6de7e31cb87cbe708053d249f23150ee7899c13bb6409
3
+ metadata.gz: fdf454e0e73cbb28da2d3ffc256219d1569849714103394ee84f760eac0d16e5
4
+ data.tar.gz: 43b01f1c55cd08585be1caaab8e34792b754183f485847955d132d570a877462
5
5
  SHA512:
6
- metadata.gz: d9bb8a7e7040fa04a9bff4e6e34f79ff42cce522b397662649e243d90d04f4db4ad7a7120096df0b6688a41d22637a1cd010a08cd4d7fb20ad4947b60d0322a2
7
- data.tar.gz: 2b3119c644acc90544eb90320842d882317dcddba00671416177c4eaf6a04da163c4ec261df9ce6a80e91914a926f53bfab392a798a0a01bc22cfa4b0de0eb02
6
+ metadata.gz: fb362f0250da761629d595404dfb550baea2e4f92aece9ba6e5e33471bcaa9653180d9b8bb372296512b6f33376465b8fbaabc0fbded525044b1f54937e27b90
7
+ data.tar.gz: 2d32fdac9d22cf63a9ddc8e808974c46b6d50bd608b3a8e91e4679db05e7fc8cc599cdfe4d20f12667ce2d01419fffb97dd1cdbcc9b93f8be5de1750ec79e6af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.49.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230512
6
+
3
7
  ### v0.48.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230420
@@ -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.48.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 = "20230420"
25
+ REVISION = "20230512"
26
26
  end
27
27
  end
28
28
  end
@@ -489,6 +489,7 @@ module Google
489
489
  # @private
490
490
  class Representation < Google::Apis::Core::JsonRepresentation
491
491
  property :data_profile, as: 'dataProfile'
492
+ property :parent_type, as: 'parentType'
492
493
  end
493
494
  end
494
495
 
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.48.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-04-30 00:00:00.000000000 Z
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.48.0
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: []