google-apis-datafusion_v1 0.13.0 → 0.14.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53ded4a8625cb0b86a38d0a9fe7309752f3b6c067534506f32170803a0349d4e
|
4
|
+
data.tar.gz: 923874da0d3c4f4968162cbefd1336225f79d42801bd7f97767132a467acd62f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87e76baf68371e8c6939dc40a5fe02d1ed05e2dc40c5002455073e91eea371282247a8faf2cfa7e69a5ccc76bf3e4fa9032bba064cb2d15d339395bc96eda9b3
|
7
|
+
data.tar.gz: f979ef0faca366991b8beaca80c4fc82f4735a3e3b766922a9aa5467d0d5b24cf44849966d0e06dd04cb4f6c357028cbba7a8149149b0b2df78c67388f944cde
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# Release history for google-apis-datafusion_v1
|
2
2
|
|
3
|
+
### v0.14.0 (2022-06-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220603
|
6
|
+
* Regenerated using generator version 0.5.0
|
7
|
+
* Unspecified changes
|
8
|
+
|
3
9
|
### v0.13.0 (2022-05-09)
|
4
10
|
|
5
11
|
* 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 `
|
293
|
+
# Corresponds to the JSON property `enabled`
|
294
294
|
# @return [Boolean]
|
295
|
-
attr_accessor :
|
296
|
-
alias_method :
|
295
|
+
attr_accessor :enabled
|
296
|
+
alias_method :enabled?, :enabled
|
297
297
|
|
298
|
-
#
|
299
|
-
#
|
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
|
-
@
|
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.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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 :
|
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.
|
4
|
+
version: 0.14.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-
|
11
|
+
date: 2022-06-13 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.
|
19
|
+
version: '0.5'
|
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.
|
29
|
+
version: '0.5'
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.14.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.
|
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
|