google-apis-bigqueryconnection_v1beta1 0.1.0 → 0.2.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: 68f5e74be15105b75066fb3fad5347faa39187e78954143aa5223ca09dceb722
4
- data.tar.gz: ae535c6bb90e7163b74271aa9527b9c6c3b15e9836204f493ab00ba8ed0f8334
3
+ metadata.gz: 68c25e0fdb579b8c30aa29caeef901e93b17a2c40bca15c914ca6d9fdef538d9
4
+ data.tar.gz: a9a2a18e3cb80f326b8c45d046328d0092d7233490e2f90cfeaf261a5952ea03
5
5
  SHA512:
6
- metadata.gz: 24c1b67219e9b5e26d993bc245f050e35ed2947391816053009feac216ddfe1dc3937f620cda44feda5da06ae089bff44224af98a19173f2fd3acaa988e540c6
7
- data.tar.gz: 2319290a61c4009af1822467338fce1a417864a62e4ed64813eba3ff6558aad5f116ce96ccafa487bee6a2aaae056616caef78f5dff210ec518169b983b98f80
6
+ metadata.gz: 8bcf8f91be2acba29826bc2154efd90d8ffc9b295367b384e4fb93d6a4b294570a93a9fdc12c31d9193e7746c1e858b14913972a4bd5d60aea9fcb7a56debb8b
7
+ data.tar.gz: 55259fec339440caaee24b25e65d51145af20da4e11a4071be0a884cc3b19318bc2c7495d3d28e39932b2ddd870c31409c2f8fa2e1b2a51fcef0bad888354884
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryconnection_v1beta1
2
2
 
3
+ ### v0.2.0 (2021-01-09)
4
+
5
+ * Regenerated from discovery document revision 20201231
6
+
3
7
  ### v0.1.0 (2021-01-07)
4
8
 
5
9
  * Regenerated using generator version 0.1.1
@@ -97,11 +97,6 @@ module Google
97
97
  class Binding
98
98
  include Google::Apis::Core::Hashable
99
99
 
100
- #
101
- # Corresponds to the JSON property `bindingId`
102
- # @return [String]
103
- attr_accessor :binding_id
104
-
105
100
  # Represents a textual expression in the Common Expression Language (CEL) syntax.
106
101
  # CEL is a C-like expression language. The syntax and semantics of CEL are
107
102
  # documented at https://github.com/google/cel-spec. Example (Comparison): title:
@@ -163,7 +158,6 @@ module Google
163
158
 
164
159
  # Update properties of this object
165
160
  def update!(**args)
166
- @binding_id = args[:binding_id] if args.key?(:binding_id)
167
161
  @condition = args[:condition] if args.key?(:condition)
168
162
  @members = args[:members] if args.key?(:members)
169
163
  @role = args[:role] if args.key?(:role)
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201031"
25
+ REVISION = "20201231"
26
26
  end
27
27
  end
28
28
  end
@@ -138,7 +138,6 @@ module Google
138
138
  class Binding
139
139
  # @private
140
140
  class Representation < Google::Apis::Core::JsonRepresentation
141
- property :binding_id, as: 'bindingId'
142
141
  property :condition, as: 'condition', class: Google::Apis::BigqueryconnectionV1beta1::Expr, decorator: Google::Apis::BigqueryconnectionV1beta1::Expr::Representation
143
142
 
144
143
  collection :members, as: 'members'
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.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryconnection_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryconnection_v1beta1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryconnection_v1beta1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryconnection_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for BigQuery Connection API V1beta1