google-apis-dlp_v2 0.1.0 → 0.6.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: '018259b3b5e51a04a8caef99317bb373ff0b208f52248cb300537f9d89d1de90'
4
+ data.tar.gz: 8350fcae7a9f540ef39a466884e9022bcb7be7dd52689f76c73cb1c2c1c383aa
5
5
  SHA512:
6
- metadata.gz: b26b9dfe77490572cbef8d352c9e2387f4bcbabf40a2b1d9a7d248a585d47c50b02471daa193ac0ad0b855cdc9fc727db292db07ed72fef5377639abaae4a6a4
7
- data.tar.gz: 3f34711576d1d05e396a025855a9b654522210e36251fed6c05c78301ee9ad2a64076f2c28ed018e311ea48c298f747064c97df2cb672b3bdeb63be175660ff4
6
+ metadata.gz: eccd15d5bcb2d785a0da5c2d02fd78fdbc1b2d59a01eac3a5f76ed08e265134f1b28972708bad3af525a44cb86c211f8895b6bb02b200a533116fe71761260c5
7
+ data.tar.gz: ce8702036ad7a931285dd4d00dbf7f8e8ab6e2b8dce38d0041bca20fe79e7d6d00d1955377993b7e989efd6daca0085ffa46ecca85d00c788dc4ba2fb72b451d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.6.0 (2021-05-19)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.5.0 (2021-05-13)
8
+
9
+ * Regenerated from discovery document revision 20210508
10
+
11
+ ### v0.4.0 (2021-03-24)
12
+
13
+ * Regenerated from discovery document revision 20210319
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.3.0 (2021-03-04)
17
+
18
+ * Regenerated from discovery document revision 20210220
19
+
20
+ ### v0.2.0 (2021-02-03)
21
+
22
+ * Regenerated from discovery document revision 20210131
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated from discovery document revision 20201231
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V2'
33
33
 
34
- # View and manage your data across Google Cloud Platform services
34
+ # See, edit, configure, and delete your Google Cloud Platform data
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  end
@@ -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
@@ -1010,8 +1012,8 @@ module Google
1010
1012
  attr_accessor :byte_item
1011
1013
 
1012
1014
  # Structured content to inspect. Up to 50,000 `Value`s per request allowed. See
1013
- # https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn
1014
- # more.
1015
+ # https://cloud.google.com/dlp/docs/inspecting-structured-text#
1016
+ # inspecting_a_table to learn more.
1015
1017
  # Corresponds to the JSON property `table`
1016
1018
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Table]
1017
1019
  attr_accessor :table
@@ -2344,7 +2346,10 @@ module Google
2344
2346
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition]
2345
2347
  attr_accessor :condition
2346
2348
 
2347
- # Required. Input field(s) to apply the transformation to.
2349
+ # Required. Input field(s) to apply the transformation to. When you have columns
2350
+ # that reference their position within a list, omit the index from the FieldId.
2351
+ # FieldId name matching ignores the index. For example, instead of "contact.nums[
2352
+ # 0].type", use "contact.nums.type".
2348
2353
  # Corresponds to the JSON property `fields`
2349
2354
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
2350
2355
  attr_accessor :fields
@@ -2523,7 +2528,8 @@ module Google
2523
2528
  end
2524
2529
  end
2525
2530
 
2526
- # Configuration to control the number of findings returned.
2531
+ # Configuration to control the number of findings returned. Cannot be set if de-
2532
+ # identification is requested.
2527
2533
  class GooglePrivacyDlpV2FindingLimits
2528
2534
  include Google::Apis::Core::Hashable
2529
2535
 
@@ -3127,7 +3133,8 @@ module Google
3127
3133
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType>]
3128
3134
  attr_accessor :info_types
3129
3135
 
3130
- # Configuration to control the number of findings returned.
3136
+ # Configuration to control the number of findings returned. Cannot be set if de-
3137
+ # identification is requested.
3131
3138
  # Corresponds to the JSON property `limits`
3132
3139
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FindingLimits]
3133
3140
  attr_accessor :limits
@@ -5439,7 +5446,7 @@ module Google
5439
5446
  end
5440
5447
  end
5441
5448
 
5442
- # Schedule for triggeredJobs.
5449
+ # Schedule for inspect job triggers.
5443
5450
  class GooglePrivacyDlpV2Schedule
5444
5451
  include Google::Apis::Core::Hashable
5445
5452
 
@@ -5820,8 +5827,8 @@ module Google
5820
5827
  end
5821
5828
 
5822
5829
  # Structured content to inspect. Up to 50,000 `Value`s per request allowed. See
5823
- # https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn
5824
- # more.
5830
+ # https://cloud.google.com/dlp/docs/inspecting-structured-text#
5831
+ # inspecting_a_table to learn more.
5825
5832
  class GooglePrivacyDlpV2Table
5826
5833
  include Google::Apis::Core::Hashable
5827
5834
 
@@ -6181,7 +6188,7 @@ module Google
6181
6188
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Manual]
6182
6189
  attr_accessor :manual
6183
6190
 
6184
- # Schedule for triggeredJobs.
6191
+ # Schedule for inspect job triggers.
6185
6192
  # Corresponds to the JSON property `schedule`
6186
6193
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Schedule]
6187
6194
  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.6.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.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201231"
25
+ REVISION = "20210508"
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.6.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-05-24 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.6.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: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Data Loss Prevention (DLP) API V2