google-apis-bigqueryconnection_v1beta1 0.8.0 → 0.9.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: d5cb39174fd36ad0501075e630598f2a574f937281ebc387c9737c907b110392
4
- data.tar.gz: 89734c3cc7a5ce6ffa505fde969693b019ebb4fa4d616b679f34996d22519c9d
3
+ metadata.gz: 6079d9c7f1ee0f24e93f4dbabb4b64960fa1611b55b04a77163b3e02077c0245
4
+ data.tar.gz: 146016e7425ee765624a3267cdd9a68fd97a27b14415b3242e5b1a6c6530969f
5
5
  SHA512:
6
- metadata.gz: efcc8bb8afde6a5a22d04957ecce4202f863edd22678d96ededbf2cfdd6dff593857e1794ae17200ec35223e9c3fe77a40c087916ad93852a5252a706e926c4f
7
- data.tar.gz: 8254699052ee11646b1f2d4dab78a5fab10bdbc7e8a5576afc94a46d16bfa78a236d85a0652c5878c0b38c581b78928f1ed24d9afff79973f8aabbaa3b6ab7a4
6
+ metadata.gz: 28bbac5e0c32508f4d1d893d5af9bf2c9193d60335dc7151787609601956c55b59e40cd9f541b155c24392d96743832d2fdde59daf87783753684d9bd6fe6b4f
7
+ data.tar.gz: 46c5d3c6cf7767ec0d874c8eb5eaed93c02cf4f2a88fc1f80ffcd8a3513099d6346bb59d6bd0d2dcc65083c22e99a531e378036c22174c72ec99848cd4cb5874
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryconnection_v1beta1
2
2
 
3
+ ### v0.9.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+
3
7
  ### v0.8.0 (2021-08-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210813
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Bigqueryconnection service in particular.)
67
67
 
@@ -93,7 +93,7 @@ module Google
93
93
  end
94
94
  end
95
95
 
96
- # Associates `members` with a `role`.
96
+ # Associates `members`, or principals, with a `role`.
97
97
  class Binding
98
98
  include Google::Apis::Core::Hashable
99
99
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::BigqueryconnectionV1beta1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the identities requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Cloud Platform resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -146,8 +146,8 @@ module Google
146
146
  # @return [Array<String>]
147
147
  attr_accessor :members
148
148
 
149
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
- # , or `roles/owner`.
149
+ # Role that is assigned to the list of `members`, or principals. For example, `
150
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
151
151
  # Corresponds to the JSON property `role`
152
152
  # @return [String]
153
153
  attr_accessor :role
@@ -445,31 +445,31 @@ module Google
445
445
 
446
446
  # An Identity and Access Management (IAM) policy, which specifies access
447
447
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
448
- # A `binding` binds one or more `members` to a single `role`. Members can be
449
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
450
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
451
- # role or a user-created custom role. For some types of Google Cloud resources,
452
- # a `binding` can also specify a `condition`, which is a logical expression that
453
- # allows access to a resource only if the expression evaluates to `true`. A
454
- # condition can add constraints based on attributes of the request, the resource,
455
- # or both. To learn which resources support conditions in their IAM policies,
456
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
457
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
458
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
459
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
460
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
461
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
462
- # title": "expirable access", "description": "Does not grant access after Sep
463
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
464
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
465
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
466
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
467
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
468
- # roles/resourcemanager.organizationViewer condition: title: expirable access
469
- # description: Does not grant access after Sep 2020 expression: request.time <
470
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
471
- # description of IAM and its features, see the [IAM documentation](https://cloud.
472
- # google.com/iam/docs/).
448
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
449
+ # Principals can be user accounts, service accounts, Google groups, and domains (
450
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
451
+ # an IAM predefined role or a user-created custom role. For some types of Google
452
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
453
+ # logical expression that allows access to a resource only if the expression
454
+ # evaluates to `true`. A condition can add constraints based on attributes of
455
+ # the request, the resource, or both. To learn which resources support
456
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
457
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
458
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
459
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
460
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
461
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
462
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
463
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
464
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
465
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
466
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
467
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
468
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
469
+ # access description: Does not grant access after Sep 2020 expression: request.
470
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
471
+ # a description of IAM and its features, see the [IAM documentation](https://
472
+ # cloud.google.com/iam/docs/).
473
473
  class Policy
474
474
  include Google::Apis::Core::Hashable
475
475
 
@@ -478,9 +478,14 @@ module Google
478
478
  # @return [Array<Google::Apis::BigqueryconnectionV1beta1::AuditConfig>]
479
479
  attr_accessor :audit_configs
480
480
 
481
- # Associates a list of `members` to a `role`. Optionally, may specify a `
482
- # condition` that determines how and when the `bindings` are applied. Each of
483
- # the `bindings` must contain at least one member.
481
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
482
+ # specify a `condition` that determines how and when the `bindings` are applied.
483
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
484
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
485
+ # can be Google groups. Each occurrence of a principal counts towards these
486
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
487
+ # example.com`, and not to any other principal, then you can add another 1,450
488
+ # principals to the `bindings` in the `Policy`.
484
489
  # Corresponds to the JSON property `bindings`
485
490
  # @return [Array<Google::Apis::BigqueryconnectionV1beta1::Binding>]
486
491
  attr_accessor :bindings
@@ -539,31 +544,31 @@ module Google
539
544
 
540
545
  # An Identity and Access Management (IAM) policy, which specifies access
541
546
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
542
- # A `binding` binds one or more `members` to a single `role`. Members can be
543
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
544
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
545
- # role or a user-created custom role. For some types of Google Cloud resources,
546
- # a `binding` can also specify a `condition`, which is a logical expression that
547
- # allows access to a resource only if the expression evaluates to `true`. A
548
- # condition can add constraints based on attributes of the request, the resource,
549
- # or both. To learn which resources support conditions in their IAM policies,
550
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
551
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
552
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
553
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
554
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
555
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
556
- # title": "expirable access", "description": "Does not grant access after Sep
557
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
558
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
559
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
560
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
561
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
562
- # roles/resourcemanager.organizationViewer condition: title: expirable access
563
- # description: Does not grant access after Sep 2020 expression: request.time <
564
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
565
- # description of IAM and its features, see the [IAM documentation](https://cloud.
566
- # google.com/iam/docs/).
547
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
548
+ # Principals can be user accounts, service accounts, Google groups, and domains (
549
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
550
+ # an IAM predefined role or a user-created custom role. For some types of Google
551
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
552
+ # logical expression that allows access to a resource only if the expression
553
+ # evaluates to `true`. A condition can add constraints based on attributes of
554
+ # the request, the resource, or both. To learn which resources support
555
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
556
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
557
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
558
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
559
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
560
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
561
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
562
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
563
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
564
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
565
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
566
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
567
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
568
+ # access description: Does not grant access after Sep 2020 expression: request.
569
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
570
+ # a description of IAM and its features, see the [IAM documentation](https://
571
+ # cloud.google.com/iam/docs/).
567
572
  # Corresponds to the JSON property `policy`
568
573
  # @return [Google::Apis::BigqueryconnectionV1beta1::Policy]
569
574
  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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210813"
25
+ REVISION = "20211015"
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.8.0
4
+ version: 0.9.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: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryconnection_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryconnection_v1beta1/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryconnection_v1beta1
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.9.0
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: []
65
65
  require_paths: