google-apis-dataplex_v1 0.21.0 → 0.22.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataplex_v1/classes.rb +19 -19
- data/lib/google/apis/dataplex_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5aaa00269519db3a39fec446f0cf3cc1c1fc44c19dcd5f86b9361df0f9f36c11
|
|
4
|
+
data.tar.gz: cbe4b460006eea06fbd89267b7db0d0dbd77e68efec75bf39ca3ee66a75951e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbf45e876f75c8f216a7a261be0bd4b983ff9df40f6f4bf7c412be665d6531d73c3ecc5e288598c0ce24d87ac3924ce5fc6ff3d41f269bd3c8901b8c6ae1db44
|
|
7
|
+
data.tar.gz: db04f08f756f8a1cd5a0bd423fd16108ea0f888df84d02b9dccf13b4ba0341935b3be1ac53f8332d9746fa54452ecc1a883796a66235936127464a920b35bc88
|
data/CHANGELOG.md
CHANGED
|
@@ -905,8 +905,8 @@ module Google
|
|
|
905
905
|
|
|
906
906
|
# DataAccessSpec holds the access control configuration to be enforced on data
|
|
907
907
|
# stored within resources (eg: rows, columns in BigQuery Tables). When
|
|
908
|
-
# associated with data,the data is only accessible to principals explicitly
|
|
909
|
-
# granted access through the
|
|
908
|
+
# associated with data, the data is only accessible to principals explicitly
|
|
909
|
+
# granted access through the DataAccessSpec. Principals with access to the
|
|
910
910
|
# containing resource are not implicitly granted access.
|
|
911
911
|
class GoogleCloudDataplexV1DataAccessSpec
|
|
912
912
|
include Google::Apis::Core::Hashable
|
|
@@ -947,8 +947,8 @@ module Google
|
|
|
947
947
|
|
|
948
948
|
# DataAccessSpec holds the access control configuration to be enforced on data
|
|
949
949
|
# stored within resources (eg: rows, columns in BigQuery Tables). When
|
|
950
|
-
# associated with data,the data is only accessible to principals explicitly
|
|
951
|
-
# granted access through the
|
|
950
|
+
# associated with data, the data is only accessible to principals explicitly
|
|
951
|
+
# granted access through the DataAccessSpec. Principals with access to the
|
|
952
952
|
# containing resource are not implicitly granted access.
|
|
953
953
|
# Corresponds to the JSON property `dataAccessSpec`
|
|
954
954
|
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAccessSpec]
|
|
@@ -5428,22 +5428,22 @@ module Google
|
|
|
5428
5428
|
# cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).
|
|
5429
5429
|
# For example, my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:`
|
|
5430
5430
|
# emailid`: An email address that represents a Google group. For example, admins@
|
|
5431
|
-
# example.com.
|
|
5432
|
-
#
|
|
5433
|
-
#
|
|
5434
|
-
#
|
|
5435
|
-
#
|
|
5436
|
-
#
|
|
5437
|
-
#
|
|
5438
|
-
#
|
|
5439
|
-
#
|
|
5440
|
-
#
|
|
5441
|
-
#
|
|
5442
|
-
#
|
|
5431
|
+
# example.com. domain:`domain`: The G Suite domain (primary) that represents all
|
|
5432
|
+
# the users of that domain. For example, google.com or example.com. deleted:user:
|
|
5433
|
+
# `emailid`?uid=`uniqueid`: An email address (plus unique identifier)
|
|
5434
|
+
# representing a user that has been recently deleted. For example, alice@example.
|
|
5435
|
+
# com?uid=123456789012345678901. If the user is recovered, this value reverts to
|
|
5436
|
+
# user:`emailid` and the recovered user retains the role in the binding. deleted:
|
|
5437
|
+
# serviceAccount:`emailid`?uid=`uniqueid`: An email address (plus unique
|
|
5438
|
+
# identifier) representing a service account that has been recently deleted. For
|
|
5439
|
+
# example, my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901.
|
|
5440
|
+
# If the service account is undeleted, this value reverts to serviceAccount:`
|
|
5441
|
+
# emailid` and the undeleted service account retains the role in the binding.
|
|
5442
|
+
# deleted:group:`emailid`?uid=`uniqueid`: An email address (plus unique
|
|
5443
|
+
# identifier) representing a Google group that has been recently deleted. For
|
|
5444
|
+
# example, admins@example.com?uid=123456789012345678901. If the group is
|
|
5443
5445
|
# recovered, this value reverts to group:`emailid` and the recovered group
|
|
5444
|
-
# retains the role in the binding.
|
|
5445
|
-
# that represents all the users of that domain. For example, google.com or
|
|
5446
|
-
# example.com.
|
|
5446
|
+
# retains the role in the binding.
|
|
5447
5447
|
# Corresponds to the JSON property `members`
|
|
5448
5448
|
# @return [Array<String>]
|
|
5449
5449
|
attr_accessor :members
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataplexV1
|
|
18
18
|
# Version of the google-apis-dataplex_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230125"
|
|
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-dataplex_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.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-
|
|
11
|
+
date: 2023-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.22.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|