google-apis-datafusion_v1 0.34.0 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a9187e77451932bc017d6576adc59fb042b2b938be75ef3156cbcd1e886ce5c
|
4
|
+
data.tar.gz: 2a2aa684cf4352cd8d9e29c7d81a35cb53c994cafed3e5d44888562a94ee9509
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 076141271d2041c9c834fddcdb0b8f1bd6e2579f4c41257d9271d74648e43df0e5ab986b97a52f049783b9301f70211f4da08c0f72a6755e6418ecc4bfe402cc
|
7
|
+
data.tar.gz: ef886866c1093ff6b40154cbd07eba94cb2041c24aaa265a56817c86200db6484f61aaddea670e5eb9f839f8c50f3306fa142b2910633661ea0fe9bb0f80bfb5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-datafusion_v1
|
2
2
|
|
3
|
+
### v0.35.0 (2025-03-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250224
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.34.0 (2024-12-15)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241204
|
@@ -462,7 +462,7 @@ module Google
|
|
462
462
|
attr_accessor :enable_rbac
|
463
463
|
alias_method :enable_rbac?, :enable_rbac
|
464
464
|
|
465
|
-
# Optional. Option to enable Stackdriver Logging.
|
465
|
+
# Optional. Option to enable Dataproc Stackdriver Logging.
|
466
466
|
# Corresponds to the JSON property `enableStackdriverLogging`
|
467
467
|
# @return [Boolean]
|
468
468
|
attr_accessor :enable_stackdriver_logging
|
@@ -498,6 +498,16 @@ module Google
|
|
498
498
|
# @return [Hash<String,String>]
|
499
499
|
attr_accessor :labels
|
500
500
|
|
501
|
+
# Logging configuration for a Data Fusion instance.
|
502
|
+
# Corresponds to the JSON property `loggingConfig`
|
503
|
+
# @return [Google::Apis::DatafusionV1::LoggingConfig]
|
504
|
+
attr_accessor :logging_config
|
505
|
+
|
506
|
+
# Output only. The maintenance events for this instance.
|
507
|
+
# Corresponds to the JSON property `maintenanceEvents`
|
508
|
+
# @return [Array<Google::Apis::DatafusionV1::MaintenanceEvent>]
|
509
|
+
attr_accessor :maintenance_events
|
510
|
+
|
501
511
|
# Maintenance policy of the instance.
|
502
512
|
# Corresponds to the JSON property `maintenancePolicy`
|
503
513
|
# @return [Google::Apis::DatafusionV1::MaintenancePolicy]
|
@@ -519,8 +529,8 @@ module Google
|
|
519
529
|
# @return [Google::Apis::DatafusionV1::NetworkConfig]
|
520
530
|
attr_accessor :network_config
|
521
531
|
|
522
|
-
# Map of additional options used to configure the behavior of Data
|
523
|
-
# instance.
|
532
|
+
# Optional. Map of additional options used to configure the behavior of Data
|
533
|
+
# Fusion instance.
|
524
534
|
# Corresponds to the JSON property `options`
|
525
535
|
# @return [Hash<String,String>]
|
526
536
|
attr_accessor :options
|
@@ -543,6 +553,12 @@ module Google
|
|
543
553
|
attr_accessor :private_instance
|
544
554
|
alias_method :private_instance?, :private_instance
|
545
555
|
|
556
|
+
# Output only. Reserved for future use.
|
557
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
558
|
+
# @return [Boolean]
|
559
|
+
attr_accessor :satisfies_pzi
|
560
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
561
|
+
|
546
562
|
# Output only. Reserved for future use.
|
547
563
|
# Corresponds to the JSON property `satisfiesPzs`
|
548
564
|
# @return [Boolean]
|
@@ -626,6 +642,8 @@ module Google
|
|
626
642
|
@event_publish_config = args[:event_publish_config] if args.key?(:event_publish_config)
|
627
643
|
@gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
|
628
644
|
@labels = args[:labels] if args.key?(:labels)
|
645
|
+
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
646
|
+
@maintenance_events = args[:maintenance_events] if args.key?(:maintenance_events)
|
629
647
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
630
648
|
@name = args[:name] if args.key?(:name)
|
631
649
|
@network_config = args[:network_config] if args.key?(:network_config)
|
@@ -633,6 +651,7 @@ module Google
|
|
633
651
|
@p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
|
634
652
|
@patch_revision = args[:patch_revision] if args.key?(:patch_revision)
|
635
653
|
@private_instance = args[:private_instance] if args.key?(:private_instance)
|
654
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
636
655
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
637
656
|
@service_account = args[:service_account] if args.key?(:service_account)
|
638
657
|
@service_endpoint = args[:service_endpoint] if args.key?(:service_endpoint)
|
@@ -835,6 +854,62 @@ module Google
|
|
835
854
|
end
|
836
855
|
end
|
837
856
|
|
857
|
+
# Logging configuration for a Data Fusion instance.
|
858
|
+
class LoggingConfig
|
859
|
+
include Google::Apis::Core::Hashable
|
860
|
+
|
861
|
+
# Optional. Option to determine whether instance logs should be written to Cloud
|
862
|
+
# Logging. By default, instance logs are written to Cloud Logging.
|
863
|
+
# Corresponds to the JSON property `instanceCloudLoggingDisabled`
|
864
|
+
# @return [Boolean]
|
865
|
+
attr_accessor :instance_cloud_logging_disabled
|
866
|
+
alias_method :instance_cloud_logging_disabled?, :instance_cloud_logging_disabled
|
867
|
+
|
868
|
+
def initialize(**args)
|
869
|
+
update!(**args)
|
870
|
+
end
|
871
|
+
|
872
|
+
# Update properties of this object
|
873
|
+
def update!(**args)
|
874
|
+
@instance_cloud_logging_disabled = args[:instance_cloud_logging_disabled] if args.key?(:instance_cloud_logging_disabled)
|
875
|
+
end
|
876
|
+
end
|
877
|
+
|
878
|
+
# Represents a maintenance event.
|
879
|
+
class MaintenanceEvent
|
880
|
+
include Google::Apis::Core::Hashable
|
881
|
+
|
882
|
+
# Output only. The end time of the maintenance event provided in [RFC 3339](
|
883
|
+
# https://www.ietf.org/rfc/rfc3339.txt) format. Example: "2024-01-02T12:04:06-06:
|
884
|
+
# 00" This field will be empty if the maintenance event is not yet complete.
|
885
|
+
# Corresponds to the JSON property `endTime`
|
886
|
+
# @return [String]
|
887
|
+
attr_accessor :end_time
|
888
|
+
|
889
|
+
# Output only. The start time of the maintenance event provided in [RFC 3339](
|
890
|
+
# https://www.ietf.org/rfc/rfc3339.txt) format. Example: "2024-01-01T12:04:06-04:
|
891
|
+
# 00"
|
892
|
+
# Corresponds to the JSON property `startTime`
|
893
|
+
# @return [String]
|
894
|
+
attr_accessor :start_time
|
895
|
+
|
896
|
+
# Output only. The state of the maintenance event.
|
897
|
+
# Corresponds to the JSON property `state`
|
898
|
+
# @return [String]
|
899
|
+
attr_accessor :state
|
900
|
+
|
901
|
+
def initialize(**args)
|
902
|
+
update!(**args)
|
903
|
+
end
|
904
|
+
|
905
|
+
# Update properties of this object
|
906
|
+
def update!(**args)
|
907
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
908
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
909
|
+
@state = args[:state] if args.key?(:state)
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
838
913
|
# Maintenance policy of the instance.
|
839
914
|
class MaintenancePolicy
|
840
915
|
include Google::Apis::Core::Hashable
|
@@ -1021,8 +1096,9 @@ module Google
|
|
1021
1096
|
attr_accessor :end_time
|
1022
1097
|
|
1023
1098
|
# Identifies whether the user has requested cancellation of the operation.
|
1024
|
-
# Operations that have successfully been cancelled have
|
1025
|
-
# with a google.rpc.Status.code of 1, corresponding to `
|
1099
|
+
# Operations that have successfully been cancelled have google.longrunning.
|
1100
|
+
# Operation.error value with a google.rpc.Status.code of 1, corresponding to `
|
1101
|
+
# Code.CANCELLED`.
|
1026
1102
|
# Corresponds to the JSON property `requestedCancellation`
|
1027
1103
|
# @return [Boolean]
|
1028
1104
|
attr_accessor :requested_cancellation
|
@@ -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.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250224"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -124,6 +124,18 @@ module Google
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
+
class LoggingConfig
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class MaintenanceEvent
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
127
139
|
class MaintenancePolicy
|
128
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
141
|
|
@@ -321,6 +333,10 @@ module Google
|
|
321
333
|
|
322
334
|
property :gcs_bucket, as: 'gcsBucket'
|
323
335
|
hash :labels, as: 'labels'
|
336
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DatafusionV1::LoggingConfig, decorator: Google::Apis::DatafusionV1::LoggingConfig::Representation
|
337
|
+
|
338
|
+
collection :maintenance_events, as: 'maintenanceEvents', class: Google::Apis::DatafusionV1::MaintenanceEvent, decorator: Google::Apis::DatafusionV1::MaintenanceEvent::Representation
|
339
|
+
|
324
340
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::DatafusionV1::MaintenancePolicy, decorator: Google::Apis::DatafusionV1::MaintenancePolicy::Representation
|
325
341
|
|
326
342
|
property :name, as: 'name'
|
@@ -330,6 +346,7 @@ module Google
|
|
330
346
|
property :p4_service_account, as: 'p4ServiceAccount'
|
331
347
|
property :patch_revision, as: 'patchRevision'
|
332
348
|
property :private_instance, as: 'privateInstance'
|
349
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
333
350
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
334
351
|
property :service_account, as: 'serviceAccount'
|
335
352
|
property :service_endpoint, as: 'serviceEndpoint'
|
@@ -403,6 +420,22 @@ module Google
|
|
403
420
|
end
|
404
421
|
end
|
405
422
|
|
423
|
+
class LoggingConfig
|
424
|
+
# @private
|
425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
426
|
+
property :instance_cloud_logging_disabled, as: 'instanceCloudLoggingDisabled'
|
427
|
+
end
|
428
|
+
end
|
429
|
+
|
430
|
+
class MaintenanceEvent
|
431
|
+
# @private
|
432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
433
|
+
property :end_time, as: 'endTime'
|
434
|
+
property :start_time, as: 'startTime'
|
435
|
+
property :state, as: 'state'
|
436
|
+
end
|
437
|
+
end
|
438
|
+
|
406
439
|
class MaintenancePolicy
|
407
440
|
# @private
|
408
441
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.35.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.35.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Data Fusion API V1
|
82
79
|
test_files: []
|