google-apis-dlp_v2 0.12.0 → 0.13.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: ce403a38f019b078a631b9e2ed1cc174d948ab31d1023897e9a5d1037a553f9a
4
- data.tar.gz: 41e179238c4aa1cd5fdb8cb30085b446b20eb68a4e86c89e6ad159ab06293769
3
+ metadata.gz: 9e110e11a9190dd854e298d8ecf5ec2d979aa3276108e3447ae5566c1191cb45
4
+ data.tar.gz: bed3095f5d867f216209d2390b19985dc60da2ca410959bb8631ed33dcea709e
5
5
  SHA512:
6
- metadata.gz: f9fa9d694a721fdf0a36465e9e47ca8f8fe0e2e6f01f7f39159727ca3bc52f190c1e224846d8d450cdc2b3eb4a5a3c09c05b41aa9ff274a19d11832e1801895b
7
- data.tar.gz: 5a6b603ebe1c80c4db809a0b9242de8c669dd780b00890d874fd245fe2259d771aeee43b8a717ab57f02868729adbe8a8277c6bdccf075ed277ed783a8e03ea9
6
+ metadata.gz: 5d96d830f94ee30bdc83228c133b4742b96ba8c155459d61502c6f59f337cb2a12ab732dbf5dc5757a1960eb93c369bd5763d17e7c20b759c3b794edb3f40174
7
+ data.tar.gz: 925a11e422f9502ade1c45488080aa8df02a5deb2b0581d92daf19c210a0b13d05b8859111771d9e45f0235a0eb908b9686fcbfdcd2079d635ed98affccc8a95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.13.0 (2021-10-26)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+
3
7
  ### v0.12.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210806
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Dlp service in particular.)
67
67
 
@@ -41,15 +41,15 @@ module Google
41
41
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToPubSub]
42
42
  attr_accessor :pub_sub
43
43
 
44
- # Publish findings of a DlpJob to Cloud Data Catalog. Labels summarizing the
45
- # results of the DlpJob will be applied to the entry for the resource scanned in
46
- # Cloud Data Catalog. Any labels previously written by another DlpJob will be
47
- # deleted. InfoType naming patterns are strictly enforced when using this
48
- # feature. Note that the findings will be persisted in Cloud Data Catalog
49
- # storage and are governed by Data Catalog service-specific policy, see https://
50
- # cloud.google.com/terms/service-terms Only a single instance of this action can
51
- # be specified and only allowed if all resources being scanned are BigQuery
52
- # tables. Compatible with: Inspect
44
+ # Publish findings of a DlpJob to Data Catalog. Labels summarizing the results
45
+ # of the DlpJob will be applied to the entry for the resource scanned in Data
46
+ # Catalog. Any labels previously written by another DlpJob will be deleted.
47
+ # InfoType naming patterns are strictly enforced when using this feature. Note
48
+ # that the findings will be persisted in Data Catalog storage and are governed
49
+ # by Data Catalog service-specific policy, see https://cloud.google.com/terms/
50
+ # service-terms Only a single instance of this action can be specified and only
51
+ # allowed if all resources being scanned are BigQuery tables. Compatible with:
52
+ # Inspect
53
53
  # Corresponds to the JSON property `publishFindingsToCloudDataCatalog`
54
54
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog]
55
55
  attr_accessor :publish_findings_to_cloud_data_catalog
@@ -2946,6 +2946,11 @@ module Google
2946
2946
  # @return [String]
2947
2947
  attr_accessor :name
2948
2948
 
2949
+ # Optional version name for this InfoType.
2950
+ # Corresponds to the JSON property `version`
2951
+ # @return [String]
2952
+ attr_accessor :version
2953
+
2949
2954
  def initialize(**args)
2950
2955
  update!(**args)
2951
2956
  end
@@ -2953,6 +2958,7 @@ module Google
2953
2958
  # Update properties of this object
2954
2959
  def update!(**args)
2955
2960
  @name = args[:name] if args.key?(:name)
2961
+ @version = args[:version] if args.key?(:version)
2956
2962
  end
2957
2963
  end
2958
2964
 
@@ -4698,15 +4704,15 @@ module Google
4698
4704
  end
4699
4705
  end
4700
4706
 
4701
- # Publish findings of a DlpJob to Cloud Data Catalog. Labels summarizing the
4702
- # results of the DlpJob will be applied to the entry for the resource scanned in
4703
- # Cloud Data Catalog. Any labels previously written by another DlpJob will be
4704
- # deleted. InfoType naming patterns are strictly enforced when using this
4705
- # feature. Note that the findings will be persisted in Cloud Data Catalog
4706
- # storage and are governed by Data Catalog service-specific policy, see https://
4707
- # cloud.google.com/terms/service-terms Only a single instance of this action can
4708
- # be specified and only allowed if all resources being scanned are BigQuery
4709
- # tables. Compatible with: Inspect
4707
+ # Publish findings of a DlpJob to Data Catalog. Labels summarizing the results
4708
+ # of the DlpJob will be applied to the entry for the resource scanned in Data
4709
+ # Catalog. Any labels previously written by another DlpJob will be deleted.
4710
+ # InfoType naming patterns are strictly enforced when using this feature. Note
4711
+ # that the findings will be persisted in Data Catalog storage and are governed
4712
+ # by Data Catalog service-specific policy, see https://cloud.google.com/terms/
4713
+ # service-terms Only a single instance of this action can be specified and only
4714
+ # allowed if all resources being scanned are BigQuery tables. Compatible with:
4715
+ # Inspect
4710
4716
  class GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog
4711
4717
  include Google::Apis::Core::Hashable
4712
4718
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210806"
25
+ REVISION = "20211022"
26
26
  end
27
27
  end
28
28
  end
@@ -2001,6 +2001,7 @@ module Google
2001
2001
  # @private
2002
2002
  class Representation < Google::Apis::Core::JsonRepresentation
2003
2003
  property :name, as: 'name'
2004
+ property :version, as: 'version'
2004
2005
  end
2005
2006
  end
2006
2007
 
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.12.0
4
+ version: 0.13.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-09-06 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.12.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dlp_v2
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.13.0
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: []
65
65
  require_paths: