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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0d20d7046b517c996118a5e750c47f2139b1da85f486e282a361b41f63241b5
4
- data.tar.gz: f8a0cb9e881007eabb178a6eedb124c7b46bf9ea0394eef8b00781f2287e644b
3
+ metadata.gz: ccfce301132791496c6c88a8d4db10326a8c977c581f4b24c698743175d07c6c
4
+ data.tar.gz: 43209d12556e78f830eca8cd8f2f59a2edcf26fd7e4833787d37e86bc1d87287
5
5
  SHA512:
6
- metadata.gz: ebbdb1779169cc15b708ca8c528703d7565f0ab760e7d6a8d3382c73b20e7aed15a64089849586c2cf5816b514672d3b3cca7d7da093c4d0461d966c637ef4c4
7
- data.tar.gz: 98ddfa871e602e645e0b02339260ceb5db5b3800b18191750db7cf8704f18a199982d2f336d813198204781a13fde55063b3f179a4ea71a4a62eb44f38633ad7
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
- # - all of its descendant policy tags, if any,
582
- # - the policies associated with the policy tag and its descendants, and
583
- # - references from BigQuery table schema of the policy tag and its
584
- # descendants.
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.7.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # - all of its descendant policy tags, if any,
60
- # - the policies associated with the policy tag and its descendants, and
61
- # - references from BigQuery table schema of the policy tag and its
62
- # descendants.
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.0
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-03-31 00:00:00.000000000 Z
11
+ date: 2021-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common