google-apis-bigquery_v2 0.20.0 → 0.21.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: 50d2d62edad7bb96cdef176c5edaed244ff60db9f67f0b885f2a2800cbeb1558
4
- data.tar.gz: 9753b1540aef425efd596833ceb10ff07a18726f13b4cac70848a3057967bd1a
3
+ metadata.gz: 4c964f079d3236c230e88bbb63177ebd69540d46a2634f4c57d4b4e0ec6912cc
4
+ data.tar.gz: 997dfafffbab6e173a3609c09f322713863d84d4155d659e5b64e448f5029acc
5
5
  SHA512:
6
- metadata.gz: bb110009b319749e04324fe622192ac66b3500767da2240872a798457fce614dd74c29e2af3a3a8e38f7edc6d3467b0393ec663a007f5f9632e869b804a74f47
7
- data.tar.gz: 6e5dcdca7dd2f9af3b219663ca2f165ec602ec3815ca622bb09ea1dde3990921b5535bbbdaeba188329bfdfd39ed16c585aa0f87dd23a1bb7cdeab9d68d3a00b
6
+ metadata.gz: 66667cb86c332dcfd1eba1c4aa3ccd017b718c5733b063e5467047a16d8479c6dc6f7fe3a58e186277e9498b22307451bb04a3ee60aee99300e26d1ff4f52e47
7
+ data.tar.gz: bdc937e75905b08e681c0a1eb255094aae5803c1120548e566db45ecd66a85291756333aed0897908c652dfc345def2e811de32aa36ecc39e4d8d100082a9a7c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.21.0 (2021-11-14)
4
+
5
+ * Regenerated from discovery document revision 20211106
6
+
3
7
  ### v0.20.0 (2021-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20211017
@@ -2597,13 +2597,16 @@ module Google
2597
2597
  class GetPolicyOptions
2598
2598
  include Google::Apis::Core::Hashable
2599
2599
 
2600
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
2601
- # 3. Requests specifying an invalid value will be rejected. Requests for
2602
- # policies with any conditional bindings must specify version 3. Policies
2603
- # without any conditional bindings may specify any valid value or leave the
2604
- # field unset. To learn which resources support conditions in their IAM policies,
2605
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2606
- # resource-policies).
2600
+ # Optional. The maximum policy version that will be used to format the policy.
2601
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
2602
+ # rejected. Requests for policies with any conditional role bindings must
2603
+ # specify version 3. Policies with no conditional role bindings may specify any
2604
+ # valid value or leave the field unset. The policy in the response might use the
2605
+ # policy version that you specified, or it might use a lower policy version. For
2606
+ # example, if you specify version 3, but the policy has no conditional role
2607
+ # bindings, the response uses version 1. To learn which resources support
2608
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2609
+ # google.com/iam/help/conditions/resource-policies).
2607
2610
  # Corresponds to the JSON property `requestedPolicyVersion`
2608
2611
  # @return [Fixnum]
2609
2612
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigqueryV2
18
18
  # Version of the google-apis-bigquery_v2 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.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 = "20211017"
25
+ REVISION = "20211106"
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-bigquery_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 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-bigquery_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
63
63
  post_install_message:
64
64
  rdoc_options: []