google-apis-datafusion_v1beta1 0.22.0 → 0.24.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: 6d2f292796ae2a9f8e6428ffdf2eb9f5a062ca65b90a81ec49beeda50c380317
|
4
|
+
data.tar.gz: 18abf745b91edd91225bd01f5629ea89c8e559cdcfc3fafaff641bb45e19634b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40108333a837ef8207bdb4c1fb54a50850be3a0f1ed5fec4cf689e45c8ad87d0dc627c62bc0b17df2f102ceea7ff452bde573c2c399312f69b5a4706b13370bc
|
7
|
+
data.tar.gz: 3e09827afd3e8e99023c715ddc2c6b1d949d9eb77d14702081f017298f29090b7570e6c64fae8dba89eb8c31f507540ae1694a8123f55bc38d822f56943d2bac
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-datafusion_v1beta1
|
2
2
|
|
3
|
+
### v0.24.0 (2023-02-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.12.0
|
6
|
+
|
7
|
+
### v0.23.0 (2022-12-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221213
|
10
|
+
|
3
11
|
### v0.22.0 (2022-10-20)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.11.0
|
@@ -31,6 +31,11 @@ module Google
|
|
31
31
|
# @return [String]
|
32
32
|
attr_accessor :accelerator_type
|
33
33
|
|
34
|
+
# The state of the accelerator.
|
35
|
+
# Corresponds to the JSON property `state`
|
36
|
+
# @return [String]
|
37
|
+
attr_accessor :state
|
38
|
+
|
34
39
|
def initialize(**args)
|
35
40
|
update!(**args)
|
36
41
|
end
|
@@ -38,6 +43,7 @@ module Google
|
|
38
43
|
# Update properties of this object
|
39
44
|
def update!(**args)
|
40
45
|
@accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
|
46
|
+
@state = args[:state] if args.key?(:state)
|
41
47
|
end
|
42
48
|
end
|
43
49
|
|
@@ -494,6 +500,12 @@ module Google
|
|
494
500
|
attr_accessor :enable_stackdriver_monitoring
|
495
501
|
alias_method :enable_stackdriver_monitoring?, :enable_stackdriver_monitoring
|
496
502
|
|
503
|
+
# Option to enable zone separation.
|
504
|
+
# Corresponds to the JSON property `enableZoneSeparation`
|
505
|
+
# @return [Boolean]
|
506
|
+
attr_accessor :enable_zone_separation
|
507
|
+
alias_method :enable_zone_separation?, :enable_zone_separation
|
508
|
+
|
497
509
|
# Confirguration of PubSubEventWriter.
|
498
510
|
# Corresponds to the JSON property `eventPublishConfig`
|
499
511
|
# @return [Google::Apis::DatafusionV1beta1::EventPublishConfig]
|
@@ -613,6 +625,7 @@ module Google
|
|
613
625
|
@enable_rbac = args[:enable_rbac] if args.key?(:enable_rbac)
|
614
626
|
@enable_stackdriver_logging = args[:enable_stackdriver_logging] if args.key?(:enable_stackdriver_logging)
|
615
627
|
@enable_stackdriver_monitoring = args[:enable_stackdriver_monitoring] if args.key?(:enable_stackdriver_monitoring)
|
628
|
+
@enable_zone_separation = args[:enable_zone_separation] if args.key?(:enable_zone_separation)
|
616
629
|
@event_publish_config = args[:event_publish_config] if args.key?(:event_publish_config)
|
617
630
|
@gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
|
618
631
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -967,6 +980,13 @@ module Google
|
|
967
980
|
class OperationMetadata
|
968
981
|
include Google::Apis::Core::Hashable
|
969
982
|
|
983
|
+
# Map to hold any additional status info for the operation If there is an
|
984
|
+
# accelerator being enabled/disabled/deleted, this will be populated with
|
985
|
+
# accelerator name as key and status as ENABLING, DISABLING or DELETING
|
986
|
+
# Corresponds to the JSON property `additionalStatus`
|
987
|
+
# @return [Hash<String,String>]
|
988
|
+
attr_accessor :additional_status
|
989
|
+
|
970
990
|
# API version used to start the operation.
|
971
991
|
# Corresponds to the JSON property `apiVersion`
|
972
992
|
# @return [String]
|
@@ -1011,6 +1031,7 @@ module Google
|
|
1011
1031
|
|
1012
1032
|
# Update properties of this object
|
1013
1033
|
def update!(**args)
|
1034
|
+
@additional_status = args[:additional_status] if args.key?(:additional_status)
|
1014
1035
|
@api_version = args[:api_version] if args.key?(:api_version)
|
1015
1036
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1016
1037
|
@end_time = args[:end_time] if args.key?(:end_time)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.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
|
@@ -224,6 +224,7 @@ module Google
|
|
224
224
|
# @private
|
225
225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
226
226
|
property :accelerator_type, as: 'acceleratorType'
|
227
|
+
property :state, as: 'state'
|
227
228
|
end
|
228
229
|
end
|
229
230
|
|
@@ -330,6 +331,7 @@ module Google
|
|
330
331
|
property :enable_rbac, as: 'enableRbac'
|
331
332
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
332
333
|
property :enable_stackdriver_monitoring, as: 'enableStackdriverMonitoring'
|
334
|
+
property :enable_zone_separation, as: 'enableZoneSeparation'
|
333
335
|
property :event_publish_config, as: 'eventPublishConfig', class: Google::Apis::DatafusionV1beta1::EventPublishConfig, decorator: Google::Apis::DatafusionV1beta1::EventPublishConfig::Representation
|
334
336
|
|
335
337
|
property :gcs_bucket, as: 'gcsBucket'
|
@@ -450,6 +452,7 @@ module Google
|
|
450
452
|
class OperationMetadata
|
451
453
|
# @private
|
452
454
|
class Representation < Google::Apis::Core::JsonRepresentation
|
455
|
+
hash :additional_status, as: 'additionalStatus'
|
453
456
|
property :api_version, as: 'apiVersion'
|
454
457
|
property :create_time, as: 'createTime'
|
455
458
|
property :end_time, as: 'endTime'
|
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.
|
4
|
+
version: 0.24.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-02-19 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.11.0
|
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.11.0
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1beta1
|
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.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Data Fusion API V1beta1
|