google-cloud-dataplex-v1 0.11.0 → 0.12.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: 8add217861aa6d04b86b6023fff6de2db23c40176cf667158b514e6fced16beb
|
|
4
|
+
data.tar.gz: 5f98caf9ae96b9b40c6e642698b01b2240e389ab463097ad7db91cf039d4158f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1f9860943fac4d08912ee8e502462573741e1d4ab2ef88f132f196eb7c2cc956173a253ba9f739c469ec32bea965d84985cb84f8b1ef4fc73be2895d0a9b7c6
|
|
7
|
+
data.tar.gz: e42ce3f3b6a4ed2c15f52801acf257c38637021cf5eed52b5bb0740545cd54debb54fd54196a467680150ae1754760594de5fb6218b9df8eb91741868bc325a4
|
|
@@ -161,6 +161,14 @@ module Google
|
|
|
161
161
|
["resource", %r{^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/?$}, false]
|
|
162
162
|
],
|
|
163
163
|
body: nil
|
|
164
|
+
),
|
|
165
|
+
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
|
166
|
+
uri_method: :get,
|
|
167
|
+
uri_template: "/v1/{resource}:getIamPolicy",
|
|
168
|
+
matches: [
|
|
169
|
+
["resource", %r{^projects/[^/]+/locations/[^/]+/governanceRules/[^/]+/?$}, false]
|
|
170
|
+
],
|
|
171
|
+
body: nil
|
|
164
172
|
)
|
|
165
173
|
]
|
|
166
174
|
default_config.bindings_override["google.iam.v1.IAMPolicy.SetIamPolicy"] = [
|
|
@@ -260,6 +268,14 @@ module Google
|
|
|
260
268
|
["resource", %r{^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/?$}, false]
|
|
261
269
|
],
|
|
262
270
|
body: "*"
|
|
271
|
+
),
|
|
272
|
+
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
|
273
|
+
uri_method: :post,
|
|
274
|
+
uri_template: "/v1/{resource}:setIamPolicy",
|
|
275
|
+
matches: [
|
|
276
|
+
["resource", %r{^projects/[^/]+/locations/[^/]+/governanceRules/[^/]+/?$}, false]
|
|
277
|
+
],
|
|
278
|
+
body: "*"
|
|
263
279
|
)
|
|
264
280
|
]
|
|
265
281
|
default_config.bindings_override["google.iam.v1.IAMPolicy.TestIamPermissions"] = [
|
|
@@ -359,6 +375,14 @@ module Google
|
|
|
359
375
|
["resource", %r{^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/?$}, false]
|
|
360
376
|
],
|
|
361
377
|
body: "*"
|
|
378
|
+
),
|
|
379
|
+
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
|
380
|
+
uri_method: :post,
|
|
381
|
+
uri_template: "/v1/{resource}:testIamPermissions",
|
|
382
|
+
matches: [
|
|
383
|
+
["resource", %r{^projects/[^/]+/locations/[^/]+/governanceRules/[^/]+/?$}, false]
|
|
384
|
+
],
|
|
385
|
+
body: "*"
|
|
362
386
|
)
|
|
363
387
|
]
|
|
364
388
|
default_config
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-dataplex-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.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: 2023-09-
|
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|