google-apis-datafusion_v1beta1 0.22.0 → 0.23.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: 5455a81912771fb1d9794bc1b9fc0095ebced7df43dc74c870f67fc694d98f47
|
4
|
+
data.tar.gz: afb61912f852dc72082bd1ede4d00b498bc2fba1607920f46cff3ff55ea34fb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b928385aca8e12c709c20d0ac9e9530bbeef706432c6c17a568495f0b3e9b41e9ef3fc2ffaf7b8d733620d6f8ed277c925e77594cc4ae262c9fc24ee2bd6867
|
7
|
+
data.tar.gz: 14b9fd8d140306548ad47496f0a842504c3888725754a9b9c228a91a18422ccff144ea2d2d86f5790d4dae3effbd01c106d551f33ad2d09826f2deb6b1f03c02
|
data/CHANGELOG.md
CHANGED
@@ -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.23.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
|
@@ -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.23.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_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.23.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: []
|