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: 5b8fb9906731dfed828bf1d0e4e49156386c43ed82af48c53901702a899ba176
4
- data.tar.gz: 67c4a5e9b9e51f610732d47614cbdcc5fba0ea3b6d1cbf064c3cbebf4262971c
3
+ metadata.gz: 1971994b679530d048499528d0334afb442b74ad599e670364468a5ed1eb53b8
4
+ data.tar.gz: 83c340825f37e1fc8445a049d7086d742c0e76177201a57778cf9befb4fca7b3
5
5
  SHA512:
6
- metadata.gz: a5391e13d4c9a379961433f99a0b8bbb647d0cb1cb7e59e80dd3be5b51c04c958f3da5987109ea8ba78b7272c0818fe1d98c79b17a0bdc479e825ed9a9de02a6
7
- data.tar.gz: 808e2fb6443b6447208069203a642f3fd8500d891bc14eb6fe6c5057365d3595cc128ddefa3eefa2c93188facd9dea0e3c529d8f2c4104d61169a9f5ec9c4d28
6
+ metadata.gz: 1580ee778fe6dc84962db228d9ec8ad81e78ab83f136249a12ec5922dcbf387b30f6ca5fa2e10cb1257131729f714463fced59da5ecfc8da633f035e61330570
7
+ data.tar.gz: 9877d3ab098edf964862edd648d24381b336e2f77f08112561421d9731cdc5910839b2b07606080d11d8cc852666d2ebf0e6f473f32c7cd7382413de9c690b1c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryconnection_v1beta1
2
2
 
3
+ ### v0.26.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.25.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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 example:**
481
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
482
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
483
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
484
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
485
- # access description: Does not grant access after Sep 2020 expression: request.
486
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
487
- # a description of IAM and its features, see the [IAM documentation](https://
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 example:**
580
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
581
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
582
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
583
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
584
- # access description: Does not grant access after Sep 2020 expression: request.
585
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
586
- # a description of IAM and its features, see the [IAM documentation](https://
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.25.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 = "20230129"
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.25.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-02-19 00:00:00.000000000 Z
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.25.0
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: []