google-apis-dlp_v2 0.46.0 → 0.47.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: 02c7eed47fc4c8d27c467a53be3aeb3f5b209b1b078c3eb14bbb22179eaa49d6
4
- data.tar.gz: 8163df7201207b9349597af67c4d9e482c468751369bf58f53b2c91b74dec3e7
3
+ metadata.gz: 71ed9c8ed5e215ed18e95c6863fd1bdf8509836087cf58f08e140b4c9df08b1b
4
+ data.tar.gz: 9d9600299785bfad01f192201a74a1e69046530a746edaaf565787d31078b7c5
5
5
  SHA512:
6
- metadata.gz: c3b90a33d9c908299ecdb242446c06a4a903f7abc7eff11e79b21917bd05736f4c96db6fc47477ff0a7df1d166f6b8914e5ab78012e03ea70db6f5a58af4490e
7
- data.tar.gz: b5969710d58503aea440b885787ee6519f00b41a38d31a81e80251422433f200e9ef8f21be7640d64b0ec30c70c126e4440dca0ea704f04db37117c5dfe13594
6
+ metadata.gz: 2edd54464e3a340e69386b863a3baf75e90c6d7d73e79a36a989a667006195fe12f0ce886dce0e577e1cc5c47e3a03c1c66566891021f95777ac9a7f116e4f9f
7
+ data.tar.gz: 8efa8d09cda1065dd190790ed7bea50a415e1fc3915c1c608811af43dcd76848a7639b8c4c1ba988d36f423f565439e87d1ed5e3a1de13be73ca8c1bc752d08d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.47.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230625
6
+
3
7
  ### v0.46.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230618
@@ -780,9 +780,12 @@ module Google
780
780
  include Google::Apis::Core::Hashable
781
781
 
782
782
  # Max number of bytes to scan from a file. If a scanned file's size is bigger
783
- # than this value then the rest of the bytes are omitted. Only one of
784
- # bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot
785
- # be set if de-identification is requested.
783
+ # than this value then the rest of the bytes are omitted. Only one of `
784
+ # bytes_limit_per_file` and `bytes_limit_per_file_percent` can be specified.
785
+ # This field can't be set if de-identification is requested. For certain file
786
+ # types, setting this field has no effect. For more information, see [Limits on
787
+ # bytes scanned per file](https://cloud.google.com/dlp/docs/supported-file-types#
788
+ # max-byte-size-per-file).
786
789
  # Corresponds to the JSON property `bytesLimitPerFile`
787
790
  # @return [Fixnum]
788
791
  attr_accessor :bytes_limit_per_file
@@ -790,8 +793,10 @@ module Google
790
793
  # Max percentage of bytes to scan from a file. The rest are omitted. The number
791
794
  # of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both
792
795
  # 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and
793
- # bytes_limit_per_file_percent can be specified. Cannot be set if de-
794
- # identification is requested.
796
+ # bytes_limit_per_file_percent can be specified. This field can't be set if de-
797
+ # identification is requested. For certain file types, setting this field has no
798
+ # effect. For more information, see [Limits on bytes scanned per file](https://
799
+ # cloud.google.com/dlp/docs/supported-file-types#max-byte-size-per-file).
795
800
  # Corresponds to the JSON property `bytesLimitPerFilePercent`
796
801
  # @return [Fixnum]
797
802
  attr_accessor :bytes_limit_per_file_percent
@@ -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.46.0"
19
+ GEM_VERSION = "0.47.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 = "20230618"
25
+ REVISION = "20230625"
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-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-02 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.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.47.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: []