google-apis-bigqueryconnection_v1beta1 0.25.0 → 0.26.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: 1971994b679530d048499528d0334afb442b74ad599e670364468a5ed1eb53b8
|
|
4
|
+
data.tar.gz: 83c340825f37e1fc8445a049d7086d742c0e76177201a57778cf9befb4fca7b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1580ee778fe6dc84962db228d9ec8ad81e78ab83f136249a12ec5922dcbf387b30f6ca5fa2e10cb1257131729f714463fced59da5ecfc8da633f035e61330570
|
|
7
|
+
data.tar.gz: 9877d3ab098edf964862edd648d24381b336e2f77f08112561421d9731cdc5910839b2b07606080d11d8cc852666d2ebf0e6f473f32c7cd7382413de9c690b1c
|
data/CHANGELOG.md
CHANGED
|
@@ -470,22 +470,22 @@ module Google
|
|
|
470
470
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
471
471
|
# the request, the resource, or both. To learn which resources support
|
|
472
472
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
473
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
473
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
474
474
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
475
475
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
476
476
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
477
477
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
478
478
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
479
479
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
480
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
481
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
482
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
483
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
484
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
485
|
-
# access description: Does not grant access after Sep 2020
|
|
486
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
487
|
-
# a description of IAM and its features, see the
|
|
488
|
-
# cloud.google.com/iam/docs/).
|
|
480
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
481
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
482
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
483
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
484
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
485
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
486
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
487
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
488
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
489
489
|
class Policy
|
|
490
490
|
include Google::Apis::Core::Hashable
|
|
491
491
|
|
|
@@ -569,22 +569,22 @@ module Google
|
|
|
569
569
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
570
570
|
# the request, the resource, or both. To learn which resources support
|
|
571
571
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
572
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
572
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
573
573
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
574
574
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
575
575
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
576
576
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
577
577
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
578
578
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
579
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
580
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
581
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
582
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
583
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
584
|
-
# access description: Does not grant access after Sep 2020
|
|
585
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
586
|
-
# a description of IAM and its features, see the
|
|
587
|
-
# cloud.google.com/iam/docs/).
|
|
579
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
580
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
581
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
582
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
583
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
584
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
585
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
586
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
587
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
588
588
|
# Corresponds to the JSON property `policy`
|
|
589
589
|
# @return [Google::Apis::BigqueryconnectionV1beta1::Policy]
|
|
590
590
|
attr_accessor :policy
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigqueryconnectionV1beta1
|
|
18
18
|
# Version of the google-apis-bigqueryconnection_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.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 = "20230806"
|
|
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-bigqueryconnection_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.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-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-bigqueryconnection_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryconnection_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryconnection_v1beta1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryconnection_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|