google-apis-dlp_v2 0.63.0 → 0.64.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: 30e628a33d2116bf705930ae05bdf5a33015787e2500b07c5820d1e0dc510514
4
- data.tar.gz: a74a8a8884f9442112d3f04d59b1aa6a2ad27d3cac1688744a35aa8b02785704
3
+ metadata.gz: 89f05ac86e96d35bfa4658d60121edf5df1063c7dc3552eea123ba137156f2a2
4
+ data.tar.gz: 57bf6f79b116a10c4bde5dc4643508e8c73294237c9cea6c5fe9b03b69d30031
5
5
  SHA512:
6
- metadata.gz: 9683332c3587bbc23c104657751a8dd9d33a51a25601578782daeb4fabf4abcf6db95cc9065f9b239436af77ff8377031b3d20b3b376267cd9dfede67800b48d
7
- data.tar.gz: af1264c1328fc6611126c54e4efc9ec956c752556d0ac89ba5d7d9088846f562df0cd1de180cef9149a5575db8ee52240d2c55050444423f406a654275886a9a
6
+ metadata.gz: 30719ef00952a7874ba7451c910a4d3c1a31b10314d86a4ff3628ffac869bfc3b4d0d978038a72c53b29891f67752af1c3ecc155a198ea2edf43d20080d055e8
7
+ data.tar.gz: 5323e3c389dda92523aec29aa0262dbc9616cf8ac004713c2452b759575209ccab2de13b750b7da6db7f20ba4512abc988d90de31d7075ea9214dff1ccd8d77f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.64.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240421
6
+
3
7
  ### v0.63.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240414
@@ -7637,6 +7637,12 @@ module Google
7637
7637
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeStats>]
7638
7638
  attr_accessor :info_type_stats
7639
7639
 
7640
+ # Number of rows scanned post sampling and time filtering (Applicable for row
7641
+ # based stores such as BigQuery).
7642
+ # Corresponds to the JSON property `numRowsProcessed`
7643
+ # @return [Fixnum]
7644
+ attr_accessor :num_rows_processed
7645
+
7640
7646
  # Total size in bytes that were processed.
7641
7647
  # Corresponds to the JSON property `processedBytes`
7642
7648
  # @return [Fixnum]
@@ -7655,6 +7661,7 @@ module Google
7655
7661
  def update!(**args)
7656
7662
  @hybrid_stats = args[:hybrid_stats] if args.key?(:hybrid_stats)
7657
7663
  @info_type_stats = args[:info_type_stats] if args.key?(:info_type_stats)
7664
+ @num_rows_processed = args[:num_rows_processed] if args.key?(:num_rows_processed)
7658
7665
  @processed_bytes = args[:processed_bytes] if args.key?(:processed_bytes)
7659
7666
  @total_estimated_bytes = args[:total_estimated_bytes] if args.key?(:total_estimated_bytes)
7660
7667
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DlpV2
18
18
  # Version of the google-apis-dlp_v2 gem
19
- GEM_VERSION = "0.63.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240414"
25
+ REVISION = "20240421"
26
26
  end
27
27
  end
28
28
  end
@@ -3950,6 +3950,7 @@ module Google
3950
3950
 
3951
3951
  collection :info_type_stats, as: 'infoTypeStats', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeStats, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeStats::Representation
3952
3952
 
3953
+ property :num_rows_processed, :numeric_string => true, as: 'numRowsProcessed'
3953
3954
  property :processed_bytes, :numeric_string => true, as: 'processedBytes'
3954
3955
  property :total_estimated_bytes, :numeric_string => true, as: 'totalEstimatedBytes'
3955
3956
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.63.0
4
+ version: 0.64.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-04-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-dlp_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.64.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
63
63
  post_install_message:
64
64
  rdoc_options: []