google-apis-dlp_v2 0.15.0 → 0.19.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: ac72fc80cae9aad42ce38291167a1d6f4d0ba540628bb86d53808ad637e06dd6
4
- data.tar.gz: d73ab992b64c9498775a128782a6564888db5faf024dc49b72a7fccdc6f51f9b
3
+ metadata.gz: 7e573833ba889e639753c53e9886e7cc6454450f5b549878605040613b4d080c
4
+ data.tar.gz: 445f49579e23763b76e1bc6421ca3cb8091f996fdecf99cb2337044019ed091c
5
5
  SHA512:
6
- metadata.gz: 57e4dcb2aeb072b24c0a08b6548545493a0d51c2f56eda7a492f25b7bb9f06516b9b75083bf7c45492869959a0d86838ff18c902da218baef22412ec040c1a9f
7
- data.tar.gz: db1defbfd61279f5b9c3e998dac6255d191962ba34b6d68b579b6f79520989f47be95f167055e8bab40101124de178e99382f86fe14de0bc1f1324084b08ba69
6
+ metadata.gz: fe0c27ea93d557cf7dfea81b47963e2d17dec5594e19865ac1c7fe713d1c3916f6c6f2a4dc9f4dc3a7aba7cb0ad784c79ab77a45ccd9af68757569f1c55fa675
7
+ data.tar.gz: af5456d4b500e3a54d23bb9d9fc38150498d6fb2e47ae4b290b9483d5fdc725bd2c29d21f0513611cc7d23aa0e30e8957755ffae1e259fbc3b4c50c246281d0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.19.0 (2022-02-10)
4
+
5
+ * Regenerated from discovery document revision 20220205
6
+
7
+ ### v0.18.0 (2022-02-03)
8
+
9
+ * Regenerated from discovery document revision 20220129
10
+
11
+ ### v0.17.0 (2022-01-12)
12
+
13
+ * Regenerated from discovery document revision 20220108
14
+ * Regenerated using generator version 0.4.1
15
+
16
+ ### v0.16.0 (2021-12-14)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.15.0 (2021-12-08)
4
21
 
5
22
  * Regenerated from discovery document revision 20211204
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/dlp_v2"
51
51
  client = Google::Apis::DlpV2::DLPService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -1653,10 +1653,10 @@ module Google
1653
1653
  # day and time zone are either specified elsewhere or are insignificant. The
1654
1654
  # date is relative to the Gregorian Calendar. This can represent one of the
1655
1655
  # following: * A full date, with non-zero year, month, and day values * A month
1656
- # and day value, with a zero year, such as an anniversary * A year on its own,
1657
- # with zero month and day values * A year and month value, with a zero day, such
1658
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1659
- # google.protobuf.Timestamp`.
1656
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1657
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1658
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1659
+ # DateTime * google.protobuf.Timestamp
1660
1660
  # Corresponds to the JSON property `date`
1661
1661
  # @return [Google::Apis::DlpV2::GoogleTypeDate]
1662
1662
  attr_accessor :date
@@ -2537,8 +2537,8 @@ module Google
2537
2537
  end
2538
2538
  end
2539
2539
 
2540
- # Configuration to control the number of findings returned. Cannot be set if de-
2541
- # identification is requested.
2540
+ # Configuration to control the number of findings returned for inspection. This
2541
+ # is not used for de-identification or data profiling.
2542
2542
  class GooglePrivacyDlpV2FindingLimits
2543
2543
  include Google::Apis::Core::Hashable
2544
2544
 
@@ -3111,8 +3111,7 @@ module Google
3111
3111
  class GooglePrivacyDlpV2InspectConfig
3112
3112
  include Google::Apis::Core::Hashable
3113
3113
 
3114
- # List of options defining data content to scan. If empty, text, images, and
3115
- # other content will be included.
3114
+ # Deprecated and unused.
3116
3115
  # Corresponds to the JSON property `contentOptions`
3117
3116
  # @return [Array<String>]
3118
3117
  attr_accessor :content_options
@@ -3123,14 +3122,16 @@ module Google
3123
3122
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2CustomInfoType>]
3124
3123
  attr_accessor :custom_info_types
3125
3124
 
3126
- # When true, excludes type information of the findings.
3125
+ # When true, excludes type information of the findings. This is not used for
3126
+ # data profiling.
3127
3127
  # Corresponds to the JSON property `excludeInfoTypes`
3128
3128
  # @return [Boolean]
3129
3129
  attr_accessor :exclude_info_types
3130
3130
  alias_method :exclude_info_types?, :exclude_info_types
3131
3131
 
3132
3132
  # When true, a contextual quote from the data that triggered a finding is
3133
- # included in the response; see Finding.quote.
3133
+ # included in the response; see Finding.quote. This is not used for data
3134
+ # profiling.
3134
3135
  # Corresponds to the JSON property `includeQuote`
3135
3136
  # @return [Boolean]
3136
3137
  attr_accessor :include_quote
@@ -3148,8 +3149,8 @@ module Google
3148
3149
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType>]
3149
3150
  attr_accessor :info_types
3150
3151
 
3151
- # Configuration to control the number of findings returned. Cannot be set if de-
3152
- # identification is requested.
3152
+ # Configuration to control the number of findings returned for inspection. This
3153
+ # is not used for de-identification or data profiling.
3153
3154
  # Corresponds to the JSON property `limits`
3154
3155
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FindingLimits]
3155
3156
  attr_accessor :limits
@@ -6393,10 +6394,10 @@ module Google
6393
6394
  # day and time zone are either specified elsewhere or are insignificant. The
6394
6395
  # date is relative to the Gregorian Calendar. This can represent one of the
6395
6396
  # following: * A full date, with non-zero year, month, and day values * A month
6396
- # and day value, with a zero year, such as an anniversary * A year on its own,
6397
- # with zero month and day values * A year and month value, with a zero day, such
6398
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
6399
- # google.protobuf.Timestamp`.
6397
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
6398
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
6399
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
6400
+ # DateTime * google.protobuf.Timestamp
6400
6401
  # Corresponds to the JSON property `dateValue`
6401
6402
  # @return [Google::Apis::DlpV2::GoogleTypeDate]
6402
6403
  attr_accessor :date_value
@@ -6560,10 +6561,10 @@ module Google
6560
6561
  # day and time zone are either specified elsewhere or are insignificant. The
6561
6562
  # date is relative to the Gregorian Calendar. This can represent one of the
6562
6563
  # following: * A full date, with non-zero year, month, and day values * A month
6563
- # and day value, with a zero year, such as an anniversary * A year on its own,
6564
- # with zero month and day values * A year and month value, with a zero day, such
6565
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
6566
- # google.protobuf.Timestamp`.
6564
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
6565
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
6566
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
6567
+ # DateTime * google.protobuf.Timestamp
6567
6568
  class GoogleTypeDate
6568
6569
  include Google::Apis::Core::Hashable
6569
6570
 
@@ -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.15.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211204"
25
+ REVISION = "20220205"
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.15.0
4
+ version: 0.19.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-12-13 00:00:00.000000000 Z
11
+ date: 2022-02-14 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.19.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Data Loss Prevention (DLP) API V2