google-apis-bigqueryconnection_v1beta1 0.7.0 → 0.11.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: 8d3cf7c078eddf6368f2d2d674f318c82c4b5a27f9bf511e8f1dc408a9df2e23
4
- data.tar.gz: 7a19599d4c83fad1013dd36de6e1a6eb1ff721fb53143e1efd76917e8520cda1
3
+ metadata.gz: 6a53cab5de4847081cc0f4989f2bf383ccc512eed992f9518b581e9da728f0a6
4
+ data.tar.gz: 9c6703a32bc9417c3f68fb718e852b440126b011fb4e457ed25abc4b43bdd53f
5
5
  SHA512:
6
- metadata.gz: 7045fba613b867cfa478268228f3b9cca025f326d680e108c2e774f5fa617da615b5691925dbd2ff521d684678538da5c27d2a79f6f4d0e5a2e6265b1951569e
7
- data.tar.gz: 76cb2c019bb628a0a212313c51301c46deec1d89e21016af22f437f560efb84ddfaf52812fa79a38c5ee5b125c1641f8c780f9299b535e6627b2288cd6be4d3a
6
+ metadata.gz: c30f2944ebf502ea668f9b67eceac1df726883cd26fe75b79781220ef54f04e6ecc0974eecc0bf854af09754fffd5846a6c21dba3f1a6995208c3f54f46226d3
7
+ data.tar.gz: d167f1ebd0205e982ea86db5f1046fc9523b0c412431636c1a7d4851820b746b4066b15e604e6de75526cb467c9fdd09b2b82d23474d1c71da657dad488d52d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-bigqueryconnection_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.10.0 (2021-12-04)
8
+
9
+ * Regenerated from discovery document revision 20211130
10
+
11
+ ### v0.9.0 (2021-10-22)
12
+
13
+ * Regenerated from discovery document revision 20211015
14
+
15
+ ### v0.8.0 (2021-08-19)
16
+
17
+ * Regenerated from discovery document revision 20210813
18
+
3
19
  ### v0.7.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/bigqueryconnection_v1beta1"
51
51
  client = Google::Apis::BigqueryconnectionV1beta1::BigQueryConnectionServiceService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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
@@ -397,13 +397,16 @@ module Google
397
397
  class GetPolicyOptions
398
398
  include Google::Apis::Core::Hashable
399
399
 
400
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
401
- # 3. Requests specifying an invalid value will be rejected. Requests for
402
- # policies with any conditional bindings must specify version 3. Policies
403
- # without any conditional bindings may specify any valid value or leave the
404
- # field unset. To learn which resources support conditions in their IAM policies,
405
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
406
- # resource-policies).
400
+ # Optional. The maximum policy version that will be used to format the policy.
401
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
402
+ # rejected. Requests for policies with any conditional role bindings must
403
+ # specify version 3. Policies with no conditional role bindings may specify any
404
+ # valid value or leave the field unset. The policy in the response might use the
405
+ # policy version that you specified, or it might use a lower policy version. For
406
+ # example, if you specify version 3, but the policy has no conditional role
407
+ # bindings, the response uses version 1. To learn which resources support
408
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
409
+ # google.com/iam/help/conditions/resource-policies).
407
410
  # Corresponds to the JSON property `requestedPolicyVersion`
408
411
  # @return [Fixnum]
409
412
  attr_accessor :requested_policy_version
@@ -445,31 +448,31 @@ module Google
445
448
 
446
449
  # An Identity and Access Management (IAM) policy, which specifies access
447
450
  # 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/).
451
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
452
+ # Principals can be user accounts, service accounts, Google groups, and domains (
453
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
454
+ # an IAM predefined role or a user-created custom role. For some types of Google
455
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
456
+ # logical expression that allows access to a resource only if the expression
457
+ # evaluates to `true`. A condition can add constraints based on attributes of
458
+ # the request, the resource, or both. To learn which resources support
459
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
460
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
461
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
462
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
463
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
464
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
465
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
466
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
467
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
468
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
469
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
470
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
471
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
472
+ # access description: Does not grant access after Sep 2020 expression: request.
473
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
474
+ # a description of IAM and its features, see the [IAM documentation](https://
475
+ # cloud.google.com/iam/docs/).
473
476
  class Policy
474
477
  include Google::Apis::Core::Hashable
475
478
 
@@ -478,9 +481,14 @@ module Google
478
481
  # @return [Array<Google::Apis::BigqueryconnectionV1beta1::AuditConfig>]
479
482
  attr_accessor :audit_configs
480
483
 
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.
484
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
485
+ # specify a `condition` that determines how and when the `bindings` are applied.
486
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
487
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
488
+ # can be Google groups. Each occurrence of a principal counts towards these
489
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
490
+ # example.com`, and not to any other principal, then you can add another 1,450
491
+ # principals to the `bindings` in the `Policy`.
484
492
  # Corresponds to the JSON property `bindings`
485
493
  # @return [Array<Google::Apis::BigqueryconnectionV1beta1::Binding>]
486
494
  attr_accessor :bindings
@@ -539,31 +547,31 @@ module Google
539
547
 
540
548
  # An Identity and Access Management (IAM) policy, which specifies access
541
549
  # 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/).
550
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
551
+ # Principals can be user accounts, service accounts, Google groups, and domains (
552
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
553
+ # an IAM predefined role or a user-created custom role. For some types of Google
554
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
555
+ # logical expression that allows access to a resource only if the expression
556
+ # evaluates to `true`. A condition can add constraints based on attributes of
557
+ # the request, the resource, or both. To learn which resources support
558
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
559
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
560
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
561
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
562
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
563
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
564
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
565
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
566
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
567
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
568
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
569
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
570
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
571
+ # access description: Does not grant access after Sep 2020 expression: request.
572
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
573
+ # a description of IAM and its features, see the [IAM documentation](https://
574
+ # cloud.google.com/iam/docs/).
567
575
  # Corresponds to the JSON property `policy`
568
576
  # @return [Google::Apis::BigqueryconnectionV1beta1::Policy]
569
577
  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.7.0"
19
+ GEM_VERSION = "0.11.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 = "20210326"
25
+ REVISION = "20211130"
26
26
  end
27
27
  end
28
28
  end
@@ -29,10 +29,10 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # View and manage your data in Google BigQuery
32
+ # View and manage your data in Google BigQuery and see the email address for your Google Account
33
33
  AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
34
34
 
35
- # See, edit, configure, and delete your Google Cloud Platform data
35
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
36
36
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
37
37
  end
38
38
  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.7.0
4
+ version: 0.11.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-07-05 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.7.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.11.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:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BigQuery Connection API V1beta1