google-apis-datacatalog_v1beta1 0.35.0 → 0.36.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 135598cdcb5db366eb8d76ab6fb09068fddd58819644b65e77cbc2c516a92871
|
4
|
+
data.tar.gz: 5a9a89b7f512b94813a6f35b7c83b513c8d8cf3e21503c13cb605d1dcb2e6a75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e53e963fcfce79b9133378f33aa57ce4fbd2abec6b86d34bcc1b05095415257c65f656f5c0a6fb2227ae7ee9de7dd1806c0d78efe76343bc04e1360801348176
|
7
|
+
data.tar.gz: 1e7eec8857f930b7ff9e7b185fd866c337d358d90bd281d1185b873419f9bed87df25fcf4a5ee49969745537565f105a67700974912f303cac543f4a24820c45
|
data/CHANGELOG.md
CHANGED
@@ -3635,22 +3635,22 @@ module Google
|
|
3635
3635
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
3636
3636
|
# the request, the resource, or both. To learn which resources support
|
3637
3637
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
3638
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
3638
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
3639
3639
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
3640
3640
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
3641
3641
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
3642
3642
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
3643
3643
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
3644
3644
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
3645
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
3646
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
3647
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
3648
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
3649
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
3650
|
-
# access description: Does not grant access after Sep 2020
|
3651
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3652
|
-
# a description of IAM and its features, see the
|
3653
|
-
# cloud.google.com/iam/docs/).
|
3645
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
3646
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
3647
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
3648
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
3649
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
3650
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
3651
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3652
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
3653
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
3654
3654
|
class Policy
|
3655
3655
|
include Google::Apis::Core::Hashable
|
3656
3656
|
|
@@ -3728,22 +3728,22 @@ module Google
|
|
3728
3728
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
3729
3729
|
# the request, the resource, or both. To learn which resources support
|
3730
3730
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
3731
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
3731
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
3732
3732
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
3733
3733
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
3734
3734
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
3735
3735
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
3736
3736
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
3737
3737
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
3738
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
3739
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
3740
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
3741
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
3742
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
3743
|
-
# access description: Does not grant access after Sep 2020
|
3744
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3745
|
-
# a description of IAM and its features, see the
|
3746
|
-
# cloud.google.com/iam/docs/).
|
3738
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
3739
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
3740
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
3741
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
3742
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
3743
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
3744
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3745
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
3746
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
3747
3747
|
# Corresponds to the JSON property `policy`
|
3748
3748
|
# @return [Google::Apis::DatacatalogV1beta1::Policy]
|
3749
3749
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatacatalogV1beta1
|
18
18
|
# Version of the google-apis-datacatalog_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230804"
|
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-datacatalog_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.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-08-20 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-datacatalog_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|