google-apis-dlp_v2 0.1.0 → 0.2.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: 4dcb48ba3f8af38a7e00f582f364e1c42192a34617257a6350fe1c350263b96b
4
- data.tar.gz: d0aa3e8ac9f1eeaa6b7886136d596378d0488ffe85595326f2b34d73d2d85f4d
3
+ metadata.gz: 186e586aa628f43d08a3ead8655f2f8cc1043eef706251b6581cbb963a0493c3
4
+ data.tar.gz: 682b4c6a5d1b1ffc7f57dcc996a52da493f75b145bd52fa9cec15e93e23cfa98
5
5
  SHA512:
6
- metadata.gz: b26b9dfe77490572cbef8d352c9e2387f4bcbabf40a2b1d9a7d248a585d47c50b02471daa193ac0ad0b855cdc9fc727db292db07ed72fef5377639abaae4a6a4
7
- data.tar.gz: 3f34711576d1d05e396a025855a9b654522210e36251fed6c05c78301ee9ad2a64076f2c28ed018e311ea48c298f747064c97df2cb672b3bdeb63be175660ff4
6
+ metadata.gz: 4b11ae8cc91a25c21d1390b3490f9724baf853c8c6df047b693799c4ebb226268b34075e206c777d199a49a3dfc1cdbeb465caff759c2b2bedf953b516e02e6d
7
+ data.tar.gz: b2d7dc138933692e81b8336b7b892e6150e892186325aa701b0da6ddcc4ed8b891d07cb0d0246b3e7a86579610a63d4f961edb5edb297f11fe7b877285bd76f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.2.0 (2021-02-03)
4
+
5
+ * Regenerated from discovery document revision 20210131
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20201231
@@ -703,7 +703,8 @@ module Google
703
703
 
704
704
  # Max number of bytes to scan from a file. If a scanned file's size is bigger
705
705
  # than this value then the rest of the bytes are omitted. Only one of
706
- # bytes_limit_per_file and bytes_limit_per_file_percent can be specified.
706
+ # bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot
707
+ # be set if de-identification is requested.
707
708
  # Corresponds to the JSON property `bytesLimitPerFile`
708
709
  # @return [Fixnum]
709
710
  attr_accessor :bytes_limit_per_file
@@ -711,7 +712,8 @@ module Google
711
712
  # Max percentage of bytes to scan from a file. The rest are omitted. The number
712
713
  # of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both
713
714
  # 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and
714
- # bytes_limit_per_file_percent can be specified.
715
+ # bytes_limit_per_file_percent can be specified. Cannot be set if de-
716
+ # identification is requested.
715
717
  # Corresponds to the JSON property `bytesLimitPerFilePercent`
716
718
  # @return [Fixnum]
717
719
  attr_accessor :bytes_limit_per_file_percent
@@ -2523,7 +2525,8 @@ module Google
2523
2525
  end
2524
2526
  end
2525
2527
 
2526
- # Configuration to control the number of findings returned.
2528
+ # Configuration to control the number of findings returned. Cannot be set if de-
2529
+ # identification is requested.
2527
2530
  class GooglePrivacyDlpV2FindingLimits
2528
2531
  include Google::Apis::Core::Hashable
2529
2532
 
@@ -3127,7 +3130,8 @@ module Google
3127
3130
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType>]
3128
3131
  attr_accessor :info_types
3129
3132
 
3130
- # Configuration to control the number of findings returned.
3133
+ # Configuration to control the number of findings returned. Cannot be set if de-
3134
+ # identification is requested.
3131
3135
  # Corresponds to the JSON property `limits`
3132
3136
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FindingLimits]
3133
3137
  attr_accessor :limits
@@ -5439,7 +5443,7 @@ module Google
5439
5443
  end
5440
5444
  end
5441
5445
 
5442
- # Schedule for triggeredJobs.
5446
+ # Schedule for inspect job triggers.
5443
5447
  class GooglePrivacyDlpV2Schedule
5444
5448
  include Google::Apis::Core::Hashable
5445
5449
 
@@ -6181,7 +6185,7 @@ module Google
6181
6185
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Manual]
6182
6186
  attr_accessor :manual
6183
6187
 
6184
- # Schedule for triggeredJobs.
6188
+ # Schedule for inspect job triggers.
6185
6189
  # Corresponds to the JSON property `schedule`
6186
6190
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Schedule]
6187
6191
  attr_accessor :schedule
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201231"
25
+ REVISION = "20210131"
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.1.0
4
+ version: 0.2.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Data Loss Prevention (DLP) API V2