google-apis-datafusion_v1beta1 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: 12a5599a68df99c8d0f8b35b9975c295e915b2677c90de1738cc1cf9c5e0564e
4
- data.tar.gz: ffb1834ed3b9aed10347a6a67645e60bb3b7f1bd6c2963e52acdcd61693234ef
3
+ metadata.gz: 655a99831fa7518c27126b016dbd6ab5bd6c01741609d59fb155b2ea35230115
4
+ data.tar.gz: 2cce6d00a152a7f89809a5487c528df465604158473c3d29e156fad5ea1ec974
5
5
  SHA512:
6
- metadata.gz: 2e6b0a8e2cc7126958ada21dbd6c862acb6593a84c28e88c4d6a0d796c2141ca2f8233f5e7dfea83615bc3c3b604f73f677958c1ec69e80fcf845d7504f38c25
7
- data.tar.gz: b57436717c9bbd40e0cb57617d322857d9decae22803bcb5c42073f62dbaf515bde21a3499da7d9a45fda2390a7e1e3a99c77a32d8d11bf40372c1d561a6b3b5
6
+ metadata.gz: 3bdea2b0234b69557b5d45489737b949df46e6dce9a1e89976c42417cea8249e0fe4ead4e489e9d63ffc09764738347240eebe7fab4c6c786e252d2a39259d8e
7
+ data.tar.gz: 32794f8a15694ffde5ee74fce6abdd0856860a26c938bc75d98d461fe4c0f99f73ed83e67863953a5cd6116dcb89af17053155740b2e15e86ff10c7f92578705
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datafusion_v1beta1
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
@@ -519,7 +519,7 @@ module Google
519
519
  attr_accessor :enable_rbac
520
520
  alias_method :enable_rbac?, :enable_rbac
521
521
 
522
- # Option to enable Stackdriver Logging.
522
+ # Option to enable Dataproc Stackdriver Logging.
523
523
  # Corresponds to the JSON property `enableStackdriverLogging`
524
524
  # @return [Boolean]
525
525
  attr_accessor :enable_stackdriver_logging
@@ -555,6 +555,16 @@ module Google
555
555
  # @return [Hash<String,String>]
556
556
  attr_accessor :labels
557
557
 
558
+ # Logging configuration for a Data Fusion instance.
559
+ # Corresponds to the JSON property `loggingConfig`
560
+ # @return [Google::Apis::DatafusionV1beta1::LoggingConfig]
561
+ attr_accessor :logging_config
562
+
563
+ # Output only. The maintenance events for this instance.
564
+ # Corresponds to the JSON property `maintenanceEvents`
565
+ # @return [Array<Google::Apis::DatafusionV1beta1::MaintenanceEvent>]
566
+ attr_accessor :maintenance_events
567
+
558
568
  # Maintenance policy of the instance.
559
569
  # Corresponds to the JSON property `maintenancePolicy`
560
570
  # @return [Google::Apis::DatafusionV1beta1::MaintenancePolicy]
@@ -600,6 +610,12 @@ module Google
600
610
  attr_accessor :private_instance
601
611
  alias_method :private_instance?, :private_instance
602
612
 
613
+ # Output only. Reserved for future use.
614
+ # Corresponds to the JSON property `satisfiesPzi`
615
+ # @return [Boolean]
616
+ attr_accessor :satisfies_pzi
617
+ alias_method :satisfies_pzi?, :satisfies_pzi
618
+
603
619
  # Output only. Reserved for future use.
604
620
  # Corresponds to the JSON property `satisfiesPzs`
605
621
  # @return [Boolean]
@@ -683,6 +699,8 @@ module Google
683
699
  @event_publish_config = args[:event_publish_config] if args.key?(:event_publish_config)
684
700
  @gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
685
701
  @labels = args[:labels] if args.key?(:labels)
702
+ @logging_config = args[:logging_config] if args.key?(:logging_config)
703
+ @maintenance_events = args[:maintenance_events] if args.key?(:maintenance_events)
686
704
  @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
687
705
  @name = args[:name] if args.key?(:name)
688
706
  @network_config = args[:network_config] if args.key?(:network_config)
@@ -690,6 +708,7 @@ module Google
690
708
  @p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
691
709
  @patch_revision = args[:patch_revision] if args.key?(:patch_revision)
692
710
  @private_instance = args[:private_instance] if args.key?(:private_instance)
711
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
693
712
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
694
713
  @service_account = args[:service_account] if args.key?(:service_account)
695
714
  @service_endpoint = args[:service_endpoint] if args.key?(:service_endpoint)
@@ -918,6 +937,62 @@ module Google
918
937
  end
919
938
  end
920
939
 
940
+ # Logging configuration for a Data Fusion instance.
941
+ class LoggingConfig
942
+ include Google::Apis::Core::Hashable
943
+
944
+ # Optional. Option to determine whether instance logs should be written to Cloud
945
+ # Logging. By default, instance logs are written to Cloud Logging.
946
+ # Corresponds to the JSON property `instanceCloudLoggingDisabled`
947
+ # @return [Boolean]
948
+ attr_accessor :instance_cloud_logging_disabled
949
+ alias_method :instance_cloud_logging_disabled?, :instance_cloud_logging_disabled
950
+
951
+ def initialize(**args)
952
+ update!(**args)
953
+ end
954
+
955
+ # Update properties of this object
956
+ def update!(**args)
957
+ @instance_cloud_logging_disabled = args[:instance_cloud_logging_disabled] if args.key?(:instance_cloud_logging_disabled)
958
+ end
959
+ end
960
+
961
+ # Represents a maintenance event.
962
+ class MaintenanceEvent
963
+ include Google::Apis::Core::Hashable
964
+
965
+ # Output only. The end time of the maintenance event provided in [RFC 3339](
966
+ # https://www.ietf.org/rfc/rfc3339.txt) format. Example: "2024-01-02T12:04:06-06:
967
+ # 00" This field will be empty if the maintenance event is not yet complete.
968
+ # Corresponds to the JSON property `endTime`
969
+ # @return [String]
970
+ attr_accessor :end_time
971
+
972
+ # Output only. The start time of the maintenance event provided in [RFC 3339](
973
+ # https://www.ietf.org/rfc/rfc3339.txt) format. Example: "2024-01-01T12:04:06-04:
974
+ # 00"
975
+ # Corresponds to the JSON property `startTime`
976
+ # @return [String]
977
+ attr_accessor :start_time
978
+
979
+ # Output only. The state of the maintenance event.
980
+ # Corresponds to the JSON property `state`
981
+ # @return [String]
982
+ attr_accessor :state
983
+
984
+ def initialize(**args)
985
+ update!(**args)
986
+ end
987
+
988
+ # Update properties of this object
989
+ def update!(**args)
990
+ @end_time = args[:end_time] if args.key?(:end_time)
991
+ @start_time = args[:start_time] if args.key?(:start_time)
992
+ @state = args[:state] if args.key?(:state)
993
+ end
994
+ end
995
+
921
996
  # Maintenance policy of the instance.
922
997
  class MaintenancePolicy
923
998
  include Google::Apis::Core::Hashable
@@ -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.34.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.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241204"
25
+ REVISION = "20250224"
26
26
  end
27
27
  end
28
28
  end
@@ -136,6 +136,18 @@ module Google
136
136
  include Google::Apis::Core::JsonObjectSupport
137
137
  end
138
138
 
139
+ class LoggingConfig
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class MaintenanceEvent
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
139
151
  class MaintenancePolicy
140
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
153
 
@@ -367,6 +379,10 @@ module Google
367
379
 
368
380
  property :gcs_bucket, as: 'gcsBucket'
369
381
  hash :labels, as: 'labels'
382
+ property :logging_config, as: 'loggingConfig', class: Google::Apis::DatafusionV1beta1::LoggingConfig, decorator: Google::Apis::DatafusionV1beta1::LoggingConfig::Representation
383
+
384
+ collection :maintenance_events, as: 'maintenanceEvents', class: Google::Apis::DatafusionV1beta1::MaintenanceEvent, decorator: Google::Apis::DatafusionV1beta1::MaintenanceEvent::Representation
385
+
370
386
  property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::DatafusionV1beta1::MaintenancePolicy, decorator: Google::Apis::DatafusionV1beta1::MaintenancePolicy::Representation
371
387
 
372
388
  property :name, as: 'name'
@@ -376,6 +392,7 @@ module Google
376
392
  property :p4_service_account, as: 'p4ServiceAccount'
377
393
  property :patch_revision, as: 'patchRevision'
378
394
  property :private_instance, as: 'privateInstance'
395
+ property :satisfies_pzi, as: 'satisfiesPzi'
379
396
  property :satisfies_pzs, as: 'satisfiesPzs'
380
397
  property :service_account, as: 'serviceAccount'
381
398
  property :service_endpoint, as: 'serviceEndpoint'
@@ -458,6 +475,22 @@ module Google
458
475
  end
459
476
  end
460
477
 
478
+ class LoggingConfig
479
+ # @private
480
+ class Representation < Google::Apis::Core::JsonRepresentation
481
+ property :instance_cloud_logging_disabled, as: 'instanceCloudLoggingDisabled'
482
+ end
483
+ end
484
+
485
+ class MaintenanceEvent
486
+ # @private
487
+ class Representation < Google::Apis::Core::JsonRepresentation
488
+ property :end_time, as: 'endTime'
489
+ property :start_time, as: 'startTime'
490
+ property :state, as: 'state'
491
+ end
492
+ end
493
+
461
494
  class MaintenancePolicy
462
495
  # @private
463
496
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datafusion_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.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: 2024-12-15 00:00:00.000000000 Z
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.35.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1beta1
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.23
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 V1beta1
82
79
  test_files: []