google-cloud-data_catalog-v1 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager/client.rb +6 -5
- data/lib/google/cloud/data_catalog/v1/version.rb +1 -1
- data/lib/google/cloud/datacatalog/v1/policytagmanager_services_pb.rb +6 -5
- data/proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb +11 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ccfce301132791496c6c88a8d4db10326a8c977c581f4b24c698743175d07c6c
|
4
|
+
data.tar.gz: 43209d12556e78f830eca8cd8f2f59a2edcf26fd7e4833787d37e86bc1d87287
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82c70e9051dae8b13e67d26764905b2628d4375010c8a82cc9dc0033b04c4fbc819613dda23a475ad3178db5514f742f405437467090726faea37425c624d2ca
|
7
|
+
data.tar.gz: 37833251c835ab6a661e6a18e2e65f9809d1b6d3fbe70c11d1eb313e10e475f381598723949046dd63a91e4a22c0ad7d95438a3c6c5e6f1a679a8a8f01985b7f
|
@@ -577,11 +577,12 @@ module Google
|
|
577
577
|
end
|
578
578
|
|
579
579
|
##
|
580
|
-
# Deletes a policy tag. This method also deletes
|
581
|
-
#
|
582
|
-
#
|
583
|
-
#
|
584
|
-
#
|
580
|
+
# Deletes a policy tag. This method also deletes:
|
581
|
+
#
|
582
|
+
# * all of its descendant policy tags, if any
|
583
|
+
# * the policies associated with the policy tag and its descendants
|
584
|
+
# * references from BigQuery table schema of the policy tag and its
|
585
|
+
# descendants.
|
585
586
|
#
|
586
587
|
# @overload delete_policy_tag(request, options = nil)
|
587
588
|
# Pass arguments to `delete_policy_tag` via a request object, either of type
|
@@ -55,11 +55,12 @@ module Google
|
|
55
55
|
rpc :GetTaxonomy, ::Google::Cloud::DataCatalog::V1::GetTaxonomyRequest, ::Google::Cloud::DataCatalog::V1::Taxonomy
|
56
56
|
# Creates a policy tag in a taxonomy.
|
57
57
|
rpc :CreatePolicyTag, ::Google::Cloud::DataCatalog::V1::CreatePolicyTagRequest, ::Google::Cloud::DataCatalog::V1::PolicyTag
|
58
|
-
# Deletes a policy tag. This method also deletes
|
59
|
-
#
|
60
|
-
#
|
61
|
-
#
|
62
|
-
#
|
58
|
+
# Deletes a policy tag. This method also deletes:
|
59
|
+
#
|
60
|
+
# * all of its descendant policy tags, if any
|
61
|
+
# * the policies associated with the policy tag and its descendants
|
62
|
+
# * references from BigQuery table schema of the policy tag and its
|
63
|
+
# descendants.
|
63
64
|
rpc :DeletePolicyTag, ::Google::Cloud::DataCatalog::V1::DeletePolicyTagRequest, ::Google::Protobuf::Empty
|
64
65
|
# Updates a policy tag. This method can update the policy tag's display
|
65
66
|
# name, description, and parent policy tag.
|
@@ -24,6 +24,8 @@ module Google
|
|
24
24
|
# A taxonomy is a collection of hierarchical policy tags that classify data
|
25
25
|
# along a common axis. For instance a "data sensitivity" taxonomy could contain
|
26
26
|
# the following policy tags:
|
27
|
+
#
|
28
|
+
# ```
|
27
29
|
# + PII
|
28
30
|
# + Account number
|
29
31
|
# + Age
|
@@ -31,11 +33,16 @@ module Google
|
|
31
33
|
# + Zipcode
|
32
34
|
# + Financials
|
33
35
|
# + Revenue
|
36
|
+
# ```
|
37
|
+
#
|
34
38
|
# A "data origin" taxonomy could contain the following policy tags:
|
39
|
+
#
|
40
|
+
# ```
|
35
41
|
# + User data
|
36
42
|
# + Employee data
|
37
43
|
# + Partner data
|
38
44
|
# + Public data
|
45
|
+
# ```
|
39
46
|
# @!attribute [r] name
|
40
47
|
# @return [::String]
|
41
48
|
# Output only. Resource name of this taxonomy in format:
|
@@ -78,10 +85,14 @@ module Google
|
|
78
85
|
|
79
86
|
# Denotes one policy tag in a taxonomy (e.g. ssn). Policy tags can be defined
|
80
87
|
# in a hierarchy. For example, consider the following hierarchy:
|
88
|
+
#
|
89
|
+
# ```
|
81
90
|
# + Geolocation
|
82
91
|
# + LatLong
|
83
92
|
# + City
|
84
93
|
# + ZipCode
|
94
|
+
# ```
|
95
|
+
#
|
85
96
|
# Policy tag "Geolocation" contains 3 child policy tags: "LatLong", "City", and
|
86
97
|
# "ZipCode".
|
87
98
|
# @!attribute [r] name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_catalog-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
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-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|