google-apis-dataplex_v1 0.21.0 → 0.22.0

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: c346b0428b7068e15a0448581b1d22b697419fb482a8e83e7792f817d58bdea8
4
- data.tar.gz: 10f74226ed2c1fd33d60dac5c09a8530ed8fd18794001da47ea0186790912949
3
+ metadata.gz: 5aaa00269519db3a39fec446f0cf3cc1c1fc44c19dcd5f86b9361df0f9f36c11
4
+ data.tar.gz: cbe4b460006eea06fbd89267b7db0d0dbd77e68efec75bf39ca3ee66a75951e7
5
5
  SHA512:
6
- metadata.gz: 209792fe96287bb169a679e1adb3ab9c3d46915dbf36350878c2987c9358a8b58a406fedae07af843ebae84533e0caee9a80c935d9d7ea7d834362af591bbf0d
7
- data.tar.gz: 6941dbb9d9410bb4b2d974309e132ab73539c32c71ffb7a9fc1b3954c6beb30fd341a12314bd1e8818cf05cc9645be4713763c51c8b1260a07b77ef01b5b6321
6
+ metadata.gz: cbf45e876f75c8f216a7a261be0bd4b983ff9df40f6f4bf7c412be665d6531d73c3ecc5e288598c0ce24d87ac3924ce5fc6ff3d41f269bd3c8901b8c6ae1db44
7
+ data.tar.gz: db04f08f756f8a1cd5a0bd423fd16108ea0f888df84d02b9dccf13b4ba0341935b3be1ac53f8332d9746fa54452ecc1a883796a66235936127464a920b35bc88
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.22.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230125
6
+
3
7
  ### v0.21.0 (2023-01-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20230120
@@ -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 DataAttribute. Principals with access to 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 DataAttribute. Principals with access to 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. deleted:user:`emailid`?uid=`uniqueid`: An email address (plus
5432
- # unique identifier) representing a user that has been recently deleted. For
5433
- # example, alice@example.com?uid=123456789012345678901. If the user is recovered,
5434
- # this value reverts to user:`emailid` and the recovered user retains the role
5435
- # in the binding. deleted:serviceAccount:`emailid`?uid=`uniqueid`: An email
5436
- # address (plus unique identifier) representing a service account that has been
5437
- # recently deleted. For example, my-other-app@appspot.gserviceaccount.com?uid=
5438
- # 123456789012345678901. If the service account is undeleted, this value reverts
5439
- # to serviceAccount:`emailid` and the undeleted service account retains the role
5440
- # in the binding. deleted:group:`emailid`?uid=`uniqueid`: An email address (plus
5441
- # unique identifier) representing a Google group that has been recently deleted.
5442
- # For example, admins@example.com?uid=123456789012345678901. If the group is
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. domain:`domain`: The G Suite domain (primary)
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.21.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 = "20230120"
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.21.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-01-22 00:00:00.000000000 Z
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.21.0
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: []