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 +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/dlp_v2/classes.rb +24 -18
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +1 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e110e11a9190dd854e298d8ecf5ec2d979aa3276108e3447ae5566c1191cb45
|
4
|
+
data.tar.gz: bed3095f5d867f216209d2390b19985dc60da2ca410959bb8631ed33dcea709e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d96d830f94ee30bdc83228c133b4742b96ba8c155459d61502c6f59f337cb2a12ab732dbf5dc5757a1960eb93c369bd5763d17e7c20b759c3b794edb3f40174
|
7
|
+
data.tar.gz: 925a11e422f9502ade1c45488080aa8df02a5deb2b0581d92daf19c210a0b13d05b8859111771d9e45f0235a0eb908b9686fcbfdcd2079d635ed98affccc8a95
|
data/CHANGELOG.md
CHANGED
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/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
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
|
45
|
-
#
|
46
|
-
#
|
47
|
-
#
|
48
|
-
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
52
|
-
#
|
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
|
4702
|
-
#
|
4703
|
-
#
|
4704
|
-
#
|
4705
|
-
#
|
4706
|
-
#
|
4707
|
-
#
|
4708
|
-
#
|
4709
|
-
#
|
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.
|
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 = "
|
25
|
+
REVISION = "20211022"
|
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.
|
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-
|
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/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
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:
|