google-apis-datafusion_v1 0.13.0 → 0.16.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: c0ff128d61f58a7f82b5e5cd1378cbc8bb5acfb663cb513c8d09acde96ebd704
4
- data.tar.gz: e9d8510aa73bbbae8859278433ecb8fca3b4a4944ca7deab6a6cb597c5b93d1f
3
+ metadata.gz: 04a4f483a2e18d7cc766929fc59d5db2b39b93a423804d88b811eddd41c73417
4
+ data.tar.gz: 52d5e7fd0c4eafe66f188d2ab9fd3ba246d42bae026645a8b38b3a2fdf09105c
5
5
  SHA512:
6
- metadata.gz: 5fa2bb418a0329a84754c7a6415ca46b498150860b58dfd62d49c815beead4e6afbb64d7fbe1f5f5fb91963986067ef87379188de70699837bd578e62baf1826
7
- data.tar.gz: 432b672f1621dac175d72baa064fb4d8732618e9433ae452631abe59ed179e9aa6e07f748fabe5b3b3be465d7e9e5954b33cc1ee82dbe9207f5b360aa5b003b7
6
+ metadata.gz: a8f0e748b25d57b572a28b18d1dcb0a664cda9496604a79f6e416002df242d19ce8fcc78e23ae6b8326d8cca1bf18734c186e9f19a12bde79b9a5825d475f6c6
7
+ data.tar.gz: fc6af45a8b5d84790e1294a767dd54ee4c15730d11c01d51b0363a23acd97b92f929ac3b81dcf172a1ba8a2c3bf96a1e9e267551bc9be5bf654c75fc0f534cf9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-datafusion_v1
2
2
 
3
+ ### v0.16.0 (2022-07-03)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+
7
+ ### v0.15.0 (2022-06-19)
8
+
9
+ * Regenerated using generator version 0.7.0
10
+
11
+ ### v0.14.0 (2022-06-07)
12
+
13
+ * Regenerated from discovery document revision 20220603
14
+ * Regenerated using generator version 0.5.0
15
+ * Unspecified changes
16
+
3
17
  ### v0.13.0 (2022-05-09)
4
18
 
5
19
  * Regenerated from discovery document revision 20220504
@@ -290,17 +290,13 @@ module Google
290
290
  include Google::Apis::Core::Hashable
291
291
 
292
292
  # Required. Option to enable Event Publishing.
293
- # Corresponds to the JSON property `eventPublishEnabled`
293
+ # Corresponds to the JSON property `enabled`
294
294
  # @return [Boolean]
295
- attr_accessor :event_publish_enabled
296
- alias_method :event_publish_enabled?, :event_publish_enabled
295
+ attr_accessor :enabled
296
+ alias_method :enabled?, :enabled
297
297
 
298
- # Project name.
299
- # Corresponds to the JSON property `project`
300
- # @return [String]
301
- attr_accessor :project
302
-
303
- # Required. Pub/Sub Topic.
298
+ # Required. The resource name of the Pub/Sub topic. Format: projects/`project_id`
299
+ # /topics/`topic_id`
304
300
  # Corresponds to the JSON property `topic`
305
301
  # @return [String]
306
302
  attr_accessor :topic
@@ -311,8 +307,7 @@ module Google
311
307
 
312
308
  # Update properties of this object
313
309
  def update!(**args)
314
- @event_publish_enabled = args[:event_publish_enabled] if args.key?(:event_publish_enabled)
315
- @project = args[:project] if args.key?(:project)
310
+ @enabled = args[:enabled] if args.key?(:enabled)
316
311
  @topic = args[:topic] if args.key?(:topic)
317
312
  end
318
313
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatafusionV1
18
18
  # Version of the google-apis-datafusion_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220504"
25
+ REVISION = "20220603"
26
26
  end
27
27
  end
28
28
  end
@@ -252,8 +252,7 @@ module Google
252
252
  class EventPublishConfig
253
253
  # @private
254
254
  class Representation < Google::Apis::Core::JsonRepresentation
255
- property :event_publish_enabled, as: 'eventPublishEnabled'
256
- property :project, as: 'project'
255
+ property :enabled, as: 'enabled'
257
256
  property :topic, as: 'topic'
258
257
  end
259
258
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datafusion_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.16.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: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-datafusion_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Data Fusion API V1