google-apis-dataform_v1beta1 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataform_v1beta1/classes.rb +20 -20
- data/lib/google/apis/dataform_v1beta1/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: 4785e13fad0d5b7bcd275b491d796e8375954c9615c3f5cb323b5eac62c78b27
|
4
|
+
data.tar.gz: e19cd111065a6d6af0be3af65c6b8a44f2ccca7af8c171f96e34d1b5e80019f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 198bd17cfe99bfe3ec81de422b0f4d397fdd1c4ec6e3d83b5f3b7459078712a2a30d5b1a480c19e6fb4714a10c880a8bcceb4f3c4116161dbe49342cb52703d9
|
7
|
+
data.tar.gz: ce061bfcc1588c6007999eb1defd30863e259e2bdb7554338ae0f915153755fa62afd71a62c8dfab51fda4ecf8d884b3c541c968a8742528bd208b11ba5dc763
|
data/CHANGELOG.md
CHANGED
@@ -1584,22 +1584,22 @@ module Google
|
|
1584
1584
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1585
1585
|
# the request, the resource, or both. To learn which resources support
|
1586
1586
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1587
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1587
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1588
1588
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1589
1589
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1590
1590
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1591
1591
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1592
1592
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1593
1593
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1594
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1595
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1596
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1597
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1598
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1599
|
-
# access description: Does not grant access after Sep 2020
|
1600
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1601
|
-
# a description of IAM and its features, see the
|
1602
|
-
# cloud.google.com/iam/docs/).
|
1594
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1595
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1596
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1597
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1598
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1599
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1600
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1601
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1602
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1603
1603
|
class Policy
|
1604
1604
|
include Google::Apis::Core::Hashable
|
1605
1605
|
|
@@ -2287,22 +2287,22 @@ module Google
|
|
2287
2287
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
2288
2288
|
# the request, the resource, or both. To learn which resources support
|
2289
2289
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
2290
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
2290
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
2291
2291
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
2292
2292
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
2293
2293
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
2294
2294
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
2295
2295
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
2296
2296
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
2297
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
2298
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
2299
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
2300
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
2301
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
2302
|
-
# access description: Does not grant access after Sep 2020
|
2303
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
2304
|
-
# a description of IAM and its features, see the
|
2305
|
-
# cloud.google.com/iam/docs/).
|
2297
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
2298
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
2299
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
2300
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
2301
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
2302
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
2303
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
2304
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
2305
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
2306
2306
|
# Corresponds to the JSON property `policy`
|
2307
2307
|
# @return [Google::Apis::DataformV1beta1::Policy]
|
2308
2308
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DataformV1beta1
|
18
18
|
# Version of the google-apis-dataform_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.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 = "20230805"
|
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-dataform_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.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-08-
|
11
|
+
date: 2023-08-13 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-dataform_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|