google-apis-bigquerydatapolicy_v2 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd057dda47716c32f36340452003e0fb1d5f3ee9af6c3b017b068c0e5e461f6a
|
|
4
|
+
data.tar.gz: 528efd5fdb8fd8655b3e79ea4abd1c09a0e5fb61f635329b54ccb00c3fbd9fe2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4310be7bdf275052926ab644460546326096258f6631129474ac8b2073a7a176be56dd49b97908cc09a0d67a2cb5a6338e5a78fa20f66773f7c0562be2048da
|
|
7
|
+
data.tar.gz: 4d161a532b37ab7bff6d35c9848c76cd46ff0fc846d5b210e4fe07a82bbfbe7f791bd87c3b4d81afffe41ff2d372a13f04a69e46a402137fcee01256ee6e7f09
|
data/CHANGELOG.md
CHANGED
|
@@ -244,8 +244,8 @@ module Google
|
|
|
244
244
|
end
|
|
245
245
|
end
|
|
246
246
|
|
|
247
|
-
#
|
|
248
|
-
#
|
|
247
|
+
# This is a namespaced name specifying the key and the value. For example: `
|
|
248
|
+
# project-id/pii/sensitive`.
|
|
249
249
|
class DataGovernanceTag
|
|
250
250
|
include Google::Apis::Core::Hashable
|
|
251
251
|
|
|
@@ -303,8 +303,8 @@ module Google
|
|
|
303
303
|
class DataPolicy
|
|
304
304
|
include Google::Apis::Core::Hashable
|
|
305
305
|
|
|
306
|
-
#
|
|
307
|
-
#
|
|
306
|
+
# This is a namespaced name specifying the key and the value. For example: `
|
|
307
|
+
# project-id/pii/sensitive`.
|
|
308
308
|
# Corresponds to the JSON property `dataGovernanceTag`
|
|
309
309
|
# @return [Google::Apis::BigquerydatapolicyV2::DataGovernanceTag]
|
|
310
310
|
attr_accessor :data_governance_tag
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigquerydatapolicyV2
|
|
18
18
|
# Version of the google-apis-bigquerydatapolicy_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260722"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigquerydatapolicy_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatapolicy_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatapolicy_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatapolicy_v2/v0.4.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatapolicy_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|