google-apis-datafusion_v1 0.21.0 → 0.22.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: ee9db5abd43932a2702c2cf90e75388ff33e1ef387590b7b351c491aa1eef0cb
|
4
|
+
data.tar.gz: ddd429d960e4e4f7e598130b761726b5300de76a09638107606cb24dd72ca5c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3c9330258359e4483b3010cb63a53a18ac7ff05a78bbdd19aa9e9af0b2086007f7ff7ef0fa373f3688a2fd9074d331ee75f857f6869e1df72bf2ee27050bb3f
|
7
|
+
data.tar.gz: da836819f2c411ffbd9411fe7035fc50731910003f2581a80af692277463e17f5e1341be09d1fbd8c9abd2ec51aea73cc1f1c0a710dbb82235b738b36b138279
|
data/CHANGELOG.md
CHANGED
@@ -31,7 +31,7 @@ module Google
|
|
31
31
|
# @return [String]
|
32
32
|
attr_accessor :accelerator_type
|
33
33
|
|
34
|
-
# The state of the accelerator
|
34
|
+
# The state of the accelerator.
|
35
35
|
# Corresponds to the JSON property `state`
|
36
36
|
# @return [String]
|
37
37
|
attr_accessor :state
|
@@ -443,6 +443,12 @@ module Google
|
|
443
443
|
attr_accessor :enable_stackdriver_monitoring
|
444
444
|
alias_method :enable_stackdriver_monitoring?, :enable_stackdriver_monitoring
|
445
445
|
|
446
|
+
# Option to enable granular zone separation.
|
447
|
+
# Corresponds to the JSON property `enableZoneSeparation`
|
448
|
+
# @return [Boolean]
|
449
|
+
attr_accessor :enable_zone_separation
|
450
|
+
alias_method :enable_zone_separation?, :enable_zone_separation
|
451
|
+
|
446
452
|
# Confirguration of PubSubEventWriter.
|
447
453
|
# Corresponds to the JSON property `eventPublishConfig`
|
448
454
|
# @return [Google::Apis::DatafusionV1::EventPublishConfig]
|
@@ -562,6 +568,7 @@ module Google
|
|
562
568
|
@enable_rbac = args[:enable_rbac] if args.key?(:enable_rbac)
|
563
569
|
@enable_stackdriver_logging = args[:enable_stackdriver_logging] if args.key?(:enable_stackdriver_logging)
|
564
570
|
@enable_stackdriver_monitoring = args[:enable_stackdriver_monitoring] if args.key?(:enable_stackdriver_monitoring)
|
571
|
+
@enable_zone_separation = args[:enable_zone_separation] if args.key?(:enable_zone_separation)
|
565
572
|
@event_publish_config = args[:event_publish_config] if args.key?(:event_publish_config)
|
566
573
|
@gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
|
567
574
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221213"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -285,6 +285,7 @@ module Google
|
|
285
285
|
property :enable_rbac, as: 'enableRbac'
|
286
286
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
287
287
|
property :enable_stackdriver_monitoring, as: 'enableStackdriverMonitoring'
|
288
|
+
property :enable_zone_separation, as: 'enableZoneSeparation'
|
288
289
|
property :event_publish_config, as: 'eventPublishConfig', class: Google::Apis::DatafusionV1::EventPublishConfig, decorator: Google::Apis::DatafusionV1::EventPublishConfig::Representation
|
289
290
|
|
290
291
|
property :gcs_bucket, as: 'gcsBucket'
|
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.22.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:
|
11
|
+
date: 2023-01-04 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-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.22.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: []
|