google-apis-datafusion_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: 02c4847c4a8a28a9b11e36fcecd215c6e961715b9fcbeae5af23913f5ec155b6
4
- data.tar.gz: 74679bd46d021d35b822b53e79c57144e9a4517ee681ed1403b05fcf103c77f7
3
+ metadata.gz: 84aeab13ff22754dd1f58156a53e2c35d3c50cc1078853f53a26cb1918d277c5
4
+ data.tar.gz: 593823ab7e22d8dc9964ab1363d2a2b3c637cf4ad6a671c999737e12e4c38119
5
5
  SHA512:
6
- metadata.gz: f8c8e7bdb1cc1c14e185840b2ed8fce50425c2578101127a11d7650f5cbdcd85e37371eeda026a3d43569f608d84ef27585c4a079e83485a78f4a86badf8bfe4
7
- data.tar.gz: 015a7f591438d4b44fefd3308a34f75af1b233a4dee6b8468637c433b1378d7905f07b0e2144640ffa4d58de6ffe52e895cf6493a03cc3f71f33e1a05331796c
6
+ metadata.gz: 42107e31bbd663579b3b882b3217d2e99cf8c0ed5a89754d6a540452ae89443c5d1a9e4f181d3650ca1d660c3427f76f8b1d81d2cb3d50c127d5dac60dce748f
7
+ data.tar.gz: ec87476fe045e0f3275fdb8d6b6d25abe7f61f4734c23211035777dae82f5bd2841e7a9e4c434e70ad5031b19fe239e76047266a5c3095b6f24f8d7754f7325b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datafusion_v1beta1
2
2
 
3
+ ### v0.2.0 (2021-01-22)
4
+
5
+ * Regenerated from discovery document revision 20210121
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -116,12 +116,6 @@ module Google
116
116
  class Binding
117
117
  include Google::Apis::Core::Hashable
118
118
 
119
- # A client-specified ID for this binding. Expected to be globally unique to
120
- # support the internal bindings-by-ID API.
121
- # Corresponds to the JSON property `bindingId`
122
- # @return [String]
123
- attr_accessor :binding_id
124
-
125
119
  # Represents a textual expression in the Common Expression Language (CEL) syntax.
126
120
  # CEL is a C-like expression language. The syntax and semantics of CEL are
127
121
  # documented at https://github.com/google/cel-spec. Example (Comparison): title:
@@ -183,7 +177,6 @@ module Google
183
177
 
184
178
  # Update properties of this object
185
179
  def update!(**args)
186
- @binding_id = args[:binding_id] if args.key?(:binding_id)
187
180
  @condition = args[:condition] if args.key?(:condition)
188
181
  @members = args[:members] if args.key?(:members)
189
182
  @role = args[:role] if args.key?(:role)
@@ -418,7 +411,8 @@ module Google
418
411
  # @return [String]
419
412
  attr_accessor :version
420
413
 
421
- # Name of the zone in which the Data Fusion instance will be created.
414
+ # Name of the zone in which the Data Fusion instance will be created. Only
415
+ # DEVELOPER instances use this field.
422
416
  # Corresponds to the JSON property `zone`
423
417
  # @return [String]
424
418
  attr_accessor :zone
@@ -857,6 +851,32 @@ module Google
857
851
  end
858
852
  end
859
853
 
854
+ # Request message for RemoveIamPolicy method.
855
+ class RemoveIamPolicyRequest
856
+ include Google::Apis::Core::Hashable
857
+
858
+ def initialize(**args)
859
+ update!(**args)
860
+ end
861
+
862
+ # Update properties of this object
863
+ def update!(**args)
864
+ end
865
+ end
866
+
867
+ # Response message for RemoveIamPolicy method.
868
+ class RemoveIamPolicyResponse
869
+ include Google::Apis::Core::Hashable
870
+
871
+ def initialize(**args)
872
+ update!(**args)
873
+ end
874
+
875
+ # Update properties of this object
876
+ def update!(**args)
877
+ end
878
+ end
879
+
860
880
  # Request message for restarting a Data Fusion instance.
861
881
  class RestartInstanceRequest
862
882
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatafusionV1beta1
18
18
  # Version of the google-apis-datafusion_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
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200901"
25
+ REVISION = "20210121"
26
26
  end
27
27
  end
28
28
  end
@@ -124,6 +124,18 @@ module Google
124
124
  include Google::Apis::Core::JsonObjectSupport
125
125
  end
126
126
 
127
+ class RemoveIamPolicyRequest
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class RemoveIamPolicyResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
127
139
  class RestartInstanceRequest
128
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
141
 
@@ -193,7 +205,6 @@ module Google
193
205
  class Binding
194
206
  # @private
195
207
  class Representation < Google::Apis::Core::JsonRepresentation
196
- property :binding_id, as: 'bindingId'
197
208
  property :condition, as: 'condition', class: Google::Apis::DatafusionV1beta1::Expr, decorator: Google::Apis::DatafusionV1beta1::Expr::Representation
198
209
 
199
210
  collection :members, as: 'members'
@@ -350,6 +361,18 @@ module Google
350
361
  end
351
362
  end
352
363
 
364
+ class RemoveIamPolicyRequest
365
+ # @private
366
+ class Representation < Google::Apis::Core::JsonRepresentation
367
+ end
368
+ end
369
+
370
+ class RemoveIamPolicyResponse
371
+ # @private
372
+ class Representation < Google::Apis::Core::JsonRepresentation
373
+ end
374
+ end
375
+
353
376
  class RestartInstanceRequest
354
377
  # @private
355
378
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -127,6 +127,39 @@ module Google
127
127
  execute_or_queue_command(command, &block)
128
128
  end
129
129
 
130
+ # Remove IAM policy that is currently set on the given resource.
131
+ # @param [String] resource
132
+ # The resource on which IAM policy to be removed is attached to.
133
+ # @param [Google::Apis::DatafusionV1beta1::RemoveIamPolicyRequest] remove_iam_policy_request_object
134
+ # @param [String] fields
135
+ # Selector specifying which fields to include in a partial response.
136
+ # @param [String] quota_user
137
+ # Available to use for quota purposes for server-side applications. Can be any
138
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
139
+ # @param [Google::Apis::RequestOptions] options
140
+ # Request-specific options
141
+ #
142
+ # @yield [result, err] Result & error if block supplied
143
+ # @yieldparam result [Google::Apis::DatafusionV1beta1::RemoveIamPolicyResponse] parsed result object
144
+ # @yieldparam err [StandardError] error object if request failed
145
+ #
146
+ # @return [Google::Apis::DatafusionV1beta1::RemoveIamPolicyResponse]
147
+ #
148
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
149
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
150
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
151
+ def remove_location_iam_policy(resource, remove_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
152
+ command = make_simple_command(:post, 'v1beta1/{+resource}:removeIamPolicy', options)
153
+ command.request_representation = Google::Apis::DatafusionV1beta1::RemoveIamPolicyRequest::Representation
154
+ command.request_object = remove_iam_policy_request_object
155
+ command.response_representation = Google::Apis::DatafusionV1beta1::RemoveIamPolicyResponse::Representation
156
+ command.response_class = Google::Apis::DatafusionV1beta1::RemoveIamPolicyResponse
157
+ command.params['resource'] = resource unless resource.nil?
158
+ command.query['fields'] = fields unless fields.nil?
159
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
160
+ execute_or_queue_command(command, &block)
161
+ end
162
+
130
163
  # Creates a new Data Fusion instance in the specified project and location.
131
164
  # @param [String] parent
132
165
  # The instance's project and location in the format projects/`project`/locations/
@@ -164,7 +197,7 @@ module Google
164
197
  execute_or_queue_command(command, &block)
165
198
  end
166
199
 
167
- # Deletes a single Date Fusion instance.
200
+ # Deletes a single Data Fusion instance.
168
201
  # @param [String] name
169
202
  # The instance resource name in the format projects/`project`/locations/`
170
203
  # location`/instances/`instance`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datafusion_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-datafusion_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datafusion_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 Cloud Data Fusion API V1beta1