google-apis-datafusion_v1 0.33.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: 804ba37788d49cd73506d64ce389964b86305c814e286d125c2fd29b8d7dbce4
4
- data.tar.gz: 475a4d81cfc540a74576eed0bff6c31376be88c324c4d8f0ebe89c12c36ed1e0
3
+ metadata.gz: 4a9187e77451932bc017d6576adc59fb042b2b938be75ef3156cbcd1e886ce5c
4
+ data.tar.gz: 2a2aa684cf4352cd8d9e29c7d81a35cb53c994cafed3e5d44888562a94ee9509
5
5
  SHA512:
6
- metadata.gz: 734ac5445351c07d7e06280ade4ad1c08f2f1627aa54aa437e249a1c7e114e71ccedd1c268e3182817693e66dbf7555466c932a63feaea3c899f002d694fce0a
7
- data.tar.gz: 1b64a79753ef5271121aa701cca9efd028099c4328d3519e603e1f0391341c74c675d95451e7a025eb7cf7faf4edbf3fa04797dbd6b3863406ead0708784cff3
6
+ metadata.gz: 076141271d2041c9c834fddcdb0b8f1bd6e2579f4c41257d9271d74648e43df0e5ab986b97a52f049783b9301f70211f4da08c0f72a6755e6418ecc4bfe402cc
7
+ data.tar.gz: ef886866c1093ff6b40154cbd07eba94cb2041c24aaa265a56817c86200db6484f61aaddea670e5eb9f839f8c50f3306fa142b2910633661ea0fe9bb0f80bfb5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
8
+ ### v0.34.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241204
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.33.0 (2024-07-25)
4
14
 
5
15
  * Regenerated from discovery document revision 20240703
@@ -47,46 +47,6 @@ module Google
47
47
  end
48
48
  end
49
49
 
50
- # Provides the mapping of a cloud asset to a direct physical location or to a
51
- # proxy that defines the location on its behalf.
52
- class AssetLocation
53
- include Google::Apis::Core::Hashable
54
-
55
- # Defines the customer expectation around ZI/ZS for this asset and ZI/ZS state
56
- # of the region at the time of asset creation.
57
- # Corresponds to the JSON property `expected`
58
- # @return [Google::Apis::DatafusionV1::IsolationExpectations]
59
- attr_accessor :expected
60
-
61
- # Defines extra parameters required for specific asset types.
62
- # Corresponds to the JSON property `extraParameters`
63
- # @return [Array<Google::Apis::DatafusionV1::ExtraParameter>]
64
- attr_accessor :extra_parameters
65
-
66
- # Contains all kinds of physical location definitions for this asset.
67
- # Corresponds to the JSON property `locationData`
68
- # @return [Array<Google::Apis::DatafusionV1::LocationData>]
69
- attr_accessor :location_data
70
-
71
- # Defines parents assets if any in order to allow later generation of
72
- # child_asset_location data via child assets.
73
- # Corresponds to the JSON property `parentAsset`
74
- # @return [Array<Google::Apis::DatafusionV1::CloudAsset>]
75
- attr_accessor :parent_asset
76
-
77
- def initialize(**args)
78
- update!(**args)
79
- end
80
-
81
- # Update properties of this object
82
- def update!(**args)
83
- @expected = args[:expected] if args.key?(:expected)
84
- @extra_parameters = args[:extra_parameters] if args.key?(:extra_parameters)
85
- @location_data = args[:location_data] if args.key?(:location_data)
86
- @parent_asset = args[:parent_asset] if args.key?(:parent_asset)
87
- end
88
- end
89
-
90
50
  # Specifies the audit configuration for a service. The configuration determines
91
51
  # which permission types are logged, and what identities, if any, are exempted
92
52
  # from logging. An AuditConfig must have one or more AuditLogConfigs. If there
@@ -259,26 +219,6 @@ module Google
259
219
  end
260
220
  end
261
221
 
262
- # Policy ID that identified data placement in Blobstore as per go/blobstore-user-
263
- # guide#data-metadata-placement-and-failure-domains
264
- class BlobstoreLocation
265
- include Google::Apis::Core::Hashable
266
-
267
- #
268
- # Corresponds to the JSON property `policyId`
269
- # @return [Array<String>]
270
- attr_accessor :policy_id
271
-
272
- def initialize(**args)
273
- update!(**args)
274
- end
275
-
276
- # Update properties of this object
277
- def update!(**args)
278
- @policy_id = args[:policy_id] if args.key?(:policy_id)
279
- end
280
- end
281
-
282
222
  # The request message for Operations.CancelOperation.
283
223
  class CancelOperationRequest
284
224
  include Google::Apis::Core::Hashable
@@ -292,58 +232,14 @@ module Google
292
232
  end
293
233
  end
294
234
 
295
- #
296
- class CloudAsset
297
- include Google::Apis::Core::Hashable
298
-
299
- #
300
- # Corresponds to the JSON property `assetName`
301
- # @return [String]
302
- attr_accessor :asset_name
303
-
304
- #
305
- # Corresponds to the JSON property `assetType`
306
- # @return [String]
307
- attr_accessor :asset_type
308
-
309
- def initialize(**args)
310
- update!(**args)
311
- end
312
-
313
- # Update properties of this object
314
- def update!(**args)
315
- @asset_name = args[:asset_name] if args.key?(:asset_name)
316
- @asset_type = args[:asset_type] if args.key?(:asset_type)
317
- end
318
- end
319
-
320
- #
321
- class CloudAssetComposition
322
- include Google::Apis::Core::Hashable
323
-
324
- #
325
- # Corresponds to the JSON property `childAsset`
326
- # @return [Array<Google::Apis::DatafusionV1::CloudAsset>]
327
- attr_accessor :child_asset
328
-
329
- def initialize(**args)
330
- update!(**args)
331
- end
332
-
333
- # Update properties of this object
334
- def update!(**args)
335
- @child_asset = args[:child_asset] if args.key?(:child_asset)
336
- end
337
- end
338
-
339
235
  # The crypto key configuration. This field is used by the Customer-managed
340
236
  # encryption keys (CMEK) feature.
341
237
  class CryptoKeyConfig
342
238
  include Google::Apis::Core::Hashable
343
239
 
344
- # The name of the key which is used to encrypt/decrypt customer data. For key in
345
- # Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/
346
- # */cryptoKeys/*`.
240
+ # Optional. The name of the key which is used to encrypt/decrypt customer data.
241
+ # For key in Cloud KMS, the key should be in the format of `projects/*/locations/
242
+ # */keyRings/*/cryptoKeys/*`.
347
243
  # Corresponds to the JSON property `keyReference`
348
244
  # @return [String]
349
245
  attr_accessor :key_reference
@@ -358,25 +254,6 @@ module Google
358
254
  end
359
255
  end
360
256
 
361
- #
362
- class DirectLocationAssignment
363
- include Google::Apis::Core::Hashable
364
-
365
- #
366
- # Corresponds to the JSON property `location`
367
- # @return [Array<Google::Apis::DatafusionV1::LocationAssignment>]
368
- attr_accessor :location
369
-
370
- def initialize(**args)
371
- update!(**args)
372
- end
373
-
374
- # Update properties of this object
375
- def update!(**args)
376
- @location = args[:location] if args.key?(:location)
377
- end
378
- end
379
-
380
257
  # DNS peering configuration. These configurations are used to create DNS peering
381
258
  # with the customer Cloud DNS.
382
259
  class DnsPeering
@@ -392,8 +269,8 @@ module Google
392
269
  # @return [String]
393
270
  attr_accessor :domain
394
271
 
395
- # Required. The resource name of the dns peering zone. Format: projects/`project`
396
- # /locations/`location`/instances/`instance`/dnsPeerings/`dns_peering`
272
+ # Identifier. The resource name of the dns peering zone. Format: projects/`
273
+ # project`/locations/`location`/instances/`instance`/dnsPeerings/`dns_peering`
397
274
  # Corresponds to the JSON property `name`
398
275
  # @return [String]
399
276
  attr_accessor :name
@@ -519,26 +396,6 @@ module Google
519
396
  end
520
397
  end
521
398
 
522
- # Defines parameters that should only be used for specific asset types.
523
- class ExtraParameter
524
- include Google::Apis::Core::Hashable
525
-
526
- # To be used for specifying the intended distribution of regional compute.
527
- # googleapis.com/InstanceGroupManager instances
528
- # Corresponds to the JSON property `regionalMigDistributionPolicy`
529
- # @return [Google::Apis::DatafusionV1::RegionalMigDistributionPolicy]
530
- attr_accessor :regional_mig_distribution_policy
531
-
532
- def initialize(**args)
533
- update!(**args)
534
- end
535
-
536
- # Update properties of this object
537
- def update!(**args)
538
- @regional_mig_distribution_policy = args[:regional_mig_distribution_policy] if args.key?(:regional_mig_distribution_policy)
539
- end
540
- end
541
-
542
399
  # Represents a Data Fusion instance.
543
400
  class Instance
544
401
  include Google::Apis::Core::Hashable
@@ -576,14 +433,14 @@ module Google
576
433
  attr_accessor :dataplex_data_lineage_integration_enabled
577
434
  alias_method :dataplex_data_lineage_integration_enabled?, :dataplex_data_lineage_integration_enabled
578
435
 
579
- # User-managed service account to set on Dataproc when Cloud Data Fusion creates
580
- # Dataproc to run data processing pipelines. This allows users to have fine-
581
- # grained access control on Dataproc's accesses to cloud resources.
436
+ # Optional. User-managed service account to set on Dataproc when Cloud Data
437
+ # Fusion creates Dataproc to run data processing pipelines. This allows users to
438
+ # have fine-grained access control on Dataproc's accesses to cloud resources.
582
439
  # Corresponds to the JSON property `dataprocServiceAccount`
583
440
  # @return [String]
584
441
  attr_accessor :dataproc_service_account
585
442
 
586
- # A description of this instance.
443
+ # Optional. A description of this instance.
587
444
  # Corresponds to the JSON property `description`
588
445
  # @return [String]
589
446
  attr_accessor :description
@@ -594,30 +451,30 @@ module Google
594
451
  # @return [Array<String>]
595
452
  attr_accessor :disabled_reason
596
453
 
597
- # Display name for an instance.
454
+ # Optional. Display name for an instance.
598
455
  # Corresponds to the JSON property `displayName`
599
456
  # @return [String]
600
457
  attr_accessor :display_name
601
458
 
602
- # Option to enable granular role-based access control.
459
+ # Optional. Option to enable granular role-based access control.
603
460
  # Corresponds to the JSON property `enableRbac`
604
461
  # @return [Boolean]
605
462
  attr_accessor :enable_rbac
606
463
  alias_method :enable_rbac?, :enable_rbac
607
464
 
608
- # Option to enable Stackdriver Logging.
465
+ # Optional. Option to enable Dataproc Stackdriver Logging.
609
466
  # Corresponds to the JSON property `enableStackdriverLogging`
610
467
  # @return [Boolean]
611
468
  attr_accessor :enable_stackdriver_logging
612
469
  alias_method :enable_stackdriver_logging?, :enable_stackdriver_logging
613
470
 
614
- # Option to enable Stackdriver Monitoring.
471
+ # Optional. Option to enable Stackdriver Monitoring.
615
472
  # Corresponds to the JSON property `enableStackdriverMonitoring`
616
473
  # @return [Boolean]
617
474
  attr_accessor :enable_stackdriver_monitoring
618
475
  alias_method :enable_stackdriver_monitoring?, :enable_stackdriver_monitoring
619
476
 
620
- # Option to enable granular zone separation.
477
+ # Output only. Option to enable granular zone separation.
621
478
  # Corresponds to the JSON property `enableZoneSeparation`
622
479
  # @return [Boolean]
623
480
  attr_accessor :enable_zone_separation
@@ -641,6 +498,16 @@ module Google
641
498
  # @return [Hash<String,String>]
642
499
  attr_accessor :labels
643
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
+
644
511
  # Maintenance policy of the instance.
645
512
  # Corresponds to the JSON property `maintenancePolicy`
646
513
  # @return [Google::Apis::DatafusionV1::MaintenancePolicy]
@@ -662,8 +529,8 @@ module Google
662
529
  # @return [Google::Apis::DatafusionV1::NetworkConfig]
663
530
  attr_accessor :network_config
664
531
 
665
- # Map of additional options used to configure the behavior of Data Fusion
666
- # instance.
532
+ # Optional. Map of additional options used to configure the behavior of Data
533
+ # Fusion instance.
667
534
  # Corresponds to the JSON property `options`
668
535
  # @return [Hash<String,String>]
669
536
  attr_accessor :options
@@ -678,14 +545,20 @@ module Google
678
545
  # @return [String]
679
546
  attr_accessor :patch_revision
680
547
 
681
- # Specifies whether the Data Fusion instance should be private. If set to true,
682
- # all Data Fusion nodes will have private IP addresses and will not be able to
683
- # access the public internet.
548
+ # Optional. Specifies whether the Data Fusion instance should be private. If set
549
+ # to true, all Data Fusion nodes will have private IP addresses and will not be
550
+ # able to access the public internet.
684
551
  # Corresponds to the JSON property `privateInstance`
685
552
  # @return [Boolean]
686
553
  attr_accessor :private_instance
687
554
  alias_method :private_instance?, :private_instance
688
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
+
689
562
  # Output only. Reserved for future use.
690
563
  # Corresponds to the JSON property `satisfiesPzs`
691
564
  # @return [Boolean]
@@ -729,7 +602,7 @@ module Google
729
602
  # @return [String]
730
603
  attr_accessor :update_time
731
604
 
732
- # Current version of the Data Fusion. Only specifiable in Update.
605
+ # Optional. Current version of the Data Fusion. Only specifiable in Update.
733
606
  # Corresponds to the JSON property `version`
734
607
  # @return [String]
735
608
  attr_accessor :version
@@ -740,8 +613,8 @@ module Google
740
613
  # @return [String]
741
614
  attr_accessor :workforce_identity_service_endpoint
742
615
 
743
- # Name of the zone in which the Data Fusion instance will be created. Only
744
- # DEVELOPER instances use this field.
616
+ # Optional. Name of the zone in which the Data Fusion instance will be created.
617
+ # Only DEVELOPER instances use this field.
745
618
  # Corresponds to the JSON property `zone`
746
619
  # @return [String]
747
620
  attr_accessor :zone
@@ -769,6 +642,8 @@ module Google
769
642
  @event_publish_config = args[:event_publish_config] if args.key?(:event_publish_config)
770
643
  @gcs_bucket = args[:gcs_bucket] if args.key?(:gcs_bucket)
771
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)
772
647
  @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
773
648
  @name = args[:name] if args.key?(:name)
774
649
  @network_config = args[:network_config] if args.key?(:network_config)
@@ -776,6 +651,7 @@ module Google
776
651
  @p4_service_account = args[:p4_service_account] if args.key?(:p4_service_account)
777
652
  @patch_revision = args[:patch_revision] if args.key?(:patch_revision)
778
653
  @private_instance = args[:private_instance] if args.key?(:private_instance)
654
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
779
655
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
780
656
  @service_account = args[:service_account] if args.key?(:service_account)
781
657
  @service_endpoint = args[:service_endpoint] if args.key?(:service_endpoint)
@@ -790,68 +666,12 @@ module Google
790
666
  end
791
667
  end
792
668
 
793
- #
794
- class IsolationExpectations
795
- include Google::Apis::Core::Hashable
796
-
797
- #
798
- # Corresponds to the JSON property `ziOrgPolicy`
799
- # @return [String]
800
- attr_accessor :zi_org_policy
801
-
802
- #
803
- # Corresponds to the JSON property `ziRegionPolicy`
804
- # @return [String]
805
- attr_accessor :zi_region_policy
806
-
807
- #
808
- # Corresponds to the JSON property `ziRegionState`
809
- # @return [String]
810
- attr_accessor :zi_region_state
811
-
812
- # Deprecated: use zi_org_policy, zi_region_policy and zi_region_state instead
813
- # for setting ZI expectations as per go/zicy-publish-physical-location.
814
- # Corresponds to the JSON property `zoneIsolation`
815
- # @return [String]
816
- attr_accessor :zone_isolation
817
-
818
- # Deprecated: use zs_org_policy, and zs_region_stateinstead for setting Zs
819
- # expectations as per go/zicy-publish-physical-location.
820
- # Corresponds to the JSON property `zoneSeparation`
821
- # @return [String]
822
- attr_accessor :zone_separation
823
-
824
- #
825
- # Corresponds to the JSON property `zsOrgPolicy`
826
- # @return [String]
827
- attr_accessor :zs_org_policy
828
-
829
- #
830
- # Corresponds to the JSON property `zsRegionState`
831
- # @return [String]
832
- attr_accessor :zs_region_state
833
-
834
- def initialize(**args)
835
- update!(**args)
836
- end
837
-
838
- # Update properties of this object
839
- def update!(**args)
840
- @zi_org_policy = args[:zi_org_policy] if args.key?(:zi_org_policy)
841
- @zi_region_policy = args[:zi_region_policy] if args.key?(:zi_region_policy)
842
- @zi_region_state = args[:zi_region_state] if args.key?(:zi_region_state)
843
- @zone_isolation = args[:zone_isolation] if args.key?(:zone_isolation)
844
- @zone_separation = args[:zone_separation] if args.key?(:zone_separation)
845
- @zs_org_policy = args[:zs_org_policy] if args.key?(:zs_org_policy)
846
- @zs_region_state = args[:zs_region_state] if args.key?(:zs_region_state)
847
- end
848
- end
849
-
850
669
  # Response message for the list available versions request.
851
670
  class ListAvailableVersionsResponse
852
671
  include Google::Apis::Core::Hashable
853
672
 
854
- # Represents a list of versions that are supported.
673
+ # Represents a list of versions that are supported. Deprecated: Use versions
674
+ # field instead.
855
675
  # Corresponds to the JSON property `availableVersions`
856
676
  # @return [Array<Google::Apis::DatafusionV1::Version>]
857
677
  attr_accessor :available_versions
@@ -862,6 +682,11 @@ module Google
862
682
  # @return [String]
863
683
  attr_accessor :next_page_token
864
684
 
685
+ # Represents a list of all versions.
686
+ # Corresponds to the JSON property `versions`
687
+ # @return [Array<Google::Apis::DatafusionV1::Version>]
688
+ attr_accessor :versions
689
+
865
690
  def initialize(**args)
866
691
  update!(**args)
867
692
  end
@@ -870,6 +695,7 @@ module Google
870
695
  def update!(**args)
871
696
  @available_versions = args[:available_versions] if args.key?(:available_versions)
872
697
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
698
+ @versions = args[:versions] if args.key?(:versions)
873
699
  end
874
700
  end
875
701
 
@@ -1028,19 +854,16 @@ module Google
1028
854
  end
1029
855
  end
1030
856
 
1031
- #
1032
- class LocationAssignment
857
+ # Logging configuration for a Data Fusion instance.
858
+ class LoggingConfig
1033
859
  include Google::Apis::Core::Hashable
1034
860
 
1035
- #
1036
- # Corresponds to the JSON property `location`
1037
- # @return [String]
1038
- attr_accessor :location
1039
-
1040
- #
1041
- # Corresponds to the JSON property `locationType`
1042
- # @return [String]
1043
- attr_accessor :location_type
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
1044
867
 
1045
868
  def initialize(**args)
1046
869
  update!(**args)
@@ -1048,46 +871,32 @@ module Google
1048
871
 
1049
872
  # Update properties of this object
1050
873
  def update!(**args)
1051
- @location = args[:location] if args.key?(:location)
1052
- @location_type = args[:location_type] if args.key?(:location_type)
874
+ @instance_cloud_logging_disabled = args[:instance_cloud_logging_disabled] if args.key?(:instance_cloud_logging_disabled)
1053
875
  end
1054
876
  end
1055
877
 
1056
- #
1057
- class LocationData
878
+ # Represents a maintenance event.
879
+ class MaintenanceEvent
1058
880
  include Google::Apis::Core::Hashable
1059
881
 
1060
- # Policy ID that identified data placement in Blobstore as per go/blobstore-user-
1061
- # guide#data-metadata-placement-and-failure-domains
1062
- # Corresponds to the JSON property `blobstoreLocation`
1063
- # @return [Google::Apis::DatafusionV1::BlobstoreLocation]
1064
- attr_accessor :blobstore_location
1065
-
1066
- #
1067
- # Corresponds to the JSON property `childAssetLocation`
1068
- # @return [Google::Apis::DatafusionV1::CloudAssetComposition]
1069
- attr_accessor :child_asset_location
1070
-
1071
- #
1072
- # Corresponds to the JSON property `directLocation`
1073
- # @return [Google::Apis::DatafusionV1::DirectLocationAssignment]
1074
- attr_accessor :direct_location
1075
-
1076
- #
1077
- # Corresponds to the JSON property `gcpProjectProxy`
1078
- # @return [Google::Apis::DatafusionV1::TenantProjectProxy]
1079
- attr_accessor :gcp_project_proxy
1080
-
1081
- # Message describing that the location of the customer resource is tied to
1082
- # placer allocations
1083
- # Corresponds to the JSON property `placerLocation`
1084
- # @return [Google::Apis::DatafusionV1::PlacerLocation]
1085
- attr_accessor :placer_location
1086
-
1087
- #
1088
- # Corresponds to the JSON property `spannerLocation`
1089
- # @return [Google::Apis::DatafusionV1::SpannerLocation]
1090
- attr_accessor :spanner_location
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
1091
900
 
1092
901
  def initialize(**args)
1093
902
  update!(**args)
@@ -1095,12 +904,9 @@ module Google
1095
904
 
1096
905
  # Update properties of this object
1097
906
  def update!(**args)
1098
- @blobstore_location = args[:blobstore_location] if args.key?(:blobstore_location)
1099
- @child_asset_location = args[:child_asset_location] if args.key?(:child_asset_location)
1100
- @direct_location = args[:direct_location] if args.key?(:direct_location)
1101
- @gcp_project_proxy = args[:gcp_project_proxy] if args.key?(:gcp_project_proxy)
1102
- @placer_location = args[:placer_location] if args.key?(:placer_location)
1103
- @spanner_location = args[:spanner_location] if args.key?(:spanner_location)
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)
1104
910
  end
1105
911
  end
1106
912
 
@@ -1290,8 +1096,9 @@ module Google
1290
1096
  attr_accessor :end_time
1291
1097
 
1292
1098
  # Identifies whether the user has requested cancellation of the operation.
1293
- # Operations that have successfully been cancelled have Operation.error value
1294
- # with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
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`.
1295
1102
  # Corresponds to the JSON property `requestedCancellation`
1296
1103
  # @return [Boolean]
1297
1104
  attr_accessor :requested_cancellation
@@ -1329,27 +1136,6 @@ module Google
1329
1136
  end
1330
1137
  end
1331
1138
 
1332
- # Message describing that the location of the customer resource is tied to
1333
- # placer allocations
1334
- class PlacerLocation
1335
- include Google::Apis::Core::Hashable
1336
-
1337
- # Directory with a config related to it in placer (e.g. "/placer/prod/home/my-
1338
- # root/my-dir")
1339
- # Corresponds to the JSON property `placerConfig`
1340
- # @return [String]
1341
- attr_accessor :placer_config
1342
-
1343
- def initialize(**args)
1344
- update!(**args)
1345
- end
1346
-
1347
- # Update properties of this object
1348
- def update!(**args)
1349
- @placer_config = args[:placer_config] if args.key?(:placer_config)
1350
- end
1351
- end
1352
-
1353
1139
  # An Identity and Access Management (IAM) policy, which specifies access
1354
1140
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1355
1141
  # A `binding` binds one or more `members`, or principals, to a single `role`.
@@ -1520,33 +1306,6 @@ module Google
1520
1306
  end
1521
1307
  end
1522
1308
 
1523
- # To be used for specifying the intended distribution of regional compute.
1524
- # googleapis.com/InstanceGroupManager instances
1525
- class RegionalMigDistributionPolicy
1526
- include Google::Apis::Core::Hashable
1527
-
1528
- # The shape in which the group converges around distribution of resources.
1529
- # Instance of proto2 enum
1530
- # Corresponds to the JSON property `targetShape`
1531
- # @return [Fixnum]
1532
- attr_accessor :target_shape
1533
-
1534
- # Cloud zones used by regional MIG to create instances.
1535
- # Corresponds to the JSON property `zones`
1536
- # @return [Array<Google::Apis::DatafusionV1::ZoneConfiguration>]
1537
- attr_accessor :zones
1538
-
1539
- def initialize(**args)
1540
- update!(**args)
1541
- end
1542
-
1543
- # Update properties of this object
1544
- def update!(**args)
1545
- @target_shape = args[:target_shape] if args.key?(:target_shape)
1546
- @zones = args[:zones] if args.key?(:zones)
1547
- end
1548
- end
1549
-
1550
1309
  # Request message for restarting a Data Fusion instance.
1551
1310
  class RestartInstanceRequest
1552
1311
  include Google::Apis::Core::Hashable
@@ -1613,32 +1372,6 @@ module Google
1613
1372
  end
1614
1373
  end
1615
1374
 
1616
- #
1617
- class SpannerLocation
1618
- include Google::Apis::Core::Hashable
1619
-
1620
- # Set of backups used by the resource with name in the same format as what is
1621
- # available at http://table/spanner_automon.backup_metadata
1622
- # Corresponds to the JSON property `backupName`
1623
- # @return [Array<String>]
1624
- attr_accessor :backup_name
1625
-
1626
- # Set of databases used by the resource in format /span//
1627
- # Corresponds to the JSON property `dbName`
1628
- # @return [Array<String>]
1629
- attr_accessor :db_name
1630
-
1631
- def initialize(**args)
1632
- update!(**args)
1633
- end
1634
-
1635
- # Update properties of this object
1636
- def update!(**args)
1637
- @backup_name = args[:backup_name] if args.key?(:backup_name)
1638
- @db_name = args[:db_name] if args.key?(:db_name)
1639
- end
1640
- end
1641
-
1642
1375
  # The `Status` type defines a logical error model that is suitable for different
1643
1376
  # programming environments, including REST APIs and RPC APIs. It is used by [
1644
1377
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -1678,25 +1411,6 @@ module Google
1678
1411
  end
1679
1412
  end
1680
1413
 
1681
- #
1682
- class TenantProjectProxy
1683
- include Google::Apis::Core::Hashable
1684
-
1685
- #
1686
- # Corresponds to the JSON property `projectNumbers`
1687
- # @return [Array<String>]
1688
- attr_accessor :project_numbers
1689
-
1690
- def initialize(**args)
1691
- update!(**args)
1692
- end
1693
-
1694
- # Update properties of this object
1695
- def update!(**args)
1696
- @project_numbers = args[:project_numbers] if args.key?(:project_numbers)
1697
- end
1698
- end
1699
-
1700
1414
  # Request message for `TestIamPermissions` method.
1701
1415
  class TestIamPermissionsRequest
1702
1416
  include Google::Apis::Core::Hashable
@@ -1803,25 +1517,6 @@ module Google
1803
1517
  @version_number = args[:version_number] if args.key?(:version_number)
1804
1518
  end
1805
1519
  end
1806
-
1807
- #
1808
- class ZoneConfiguration
1809
- include Google::Apis::Core::Hashable
1810
-
1811
- #
1812
- # Corresponds to the JSON property `zone`
1813
- # @return [String]
1814
- attr_accessor :zone
1815
-
1816
- def initialize(**args)
1817
- update!(**args)
1818
- end
1819
-
1820
- # Update properties of this object
1821
- def update!(**args)
1822
- @zone = args[:zone] if args.key?(:zone)
1823
- end
1824
- end
1825
1520
  end
1826
1521
  end
1827
1522
  end
@@ -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.33.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.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240703"
25
+ REVISION = "20250224"
26
26
  end
27
27
  end
28
28
  end
@@ -28,12 +28,6 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
- class AssetLocation
32
- class Representation < Google::Apis::Core::JsonRepresentation; end
33
-
34
- include Google::Apis::Core::JsonObjectSupport
35
- end
36
-
37
31
  class AuditConfig
38
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
33
 
@@ -52,42 +46,18 @@ module Google
52
46
  include Google::Apis::Core::JsonObjectSupport
53
47
  end
54
48
 
55
- class BlobstoreLocation
56
- class Representation < Google::Apis::Core::JsonRepresentation; end
57
-
58
- include Google::Apis::Core::JsonObjectSupport
59
- end
60
-
61
49
  class CancelOperationRequest
62
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
51
 
64
52
  include Google::Apis::Core::JsonObjectSupport
65
53
  end
66
54
 
67
- class CloudAsset
68
- class Representation < Google::Apis::Core::JsonRepresentation; end
69
-
70
- include Google::Apis::Core::JsonObjectSupport
71
- end
72
-
73
- class CloudAssetComposition
74
- class Representation < Google::Apis::Core::JsonRepresentation; end
75
-
76
- include Google::Apis::Core::JsonObjectSupport
77
- end
78
-
79
55
  class CryptoKeyConfig
80
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
57
 
82
58
  include Google::Apis::Core::JsonObjectSupport
83
59
  end
84
60
 
85
- class DirectLocationAssignment
86
- class Representation < Google::Apis::Core::JsonRepresentation; end
87
-
88
- include Google::Apis::Core::JsonObjectSupport
89
- end
90
-
91
61
  class DnsPeering
92
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
63
 
@@ -112,24 +82,12 @@ module Google
112
82
  include Google::Apis::Core::JsonObjectSupport
113
83
  end
114
84
 
115
- class ExtraParameter
116
- class Representation < Google::Apis::Core::JsonRepresentation; end
117
-
118
- include Google::Apis::Core::JsonObjectSupport
119
- end
120
-
121
85
  class Instance
122
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
87
 
124
88
  include Google::Apis::Core::JsonObjectSupport
125
89
  end
126
90
 
127
- class IsolationExpectations
128
- class Representation < Google::Apis::Core::JsonRepresentation; end
129
-
130
- include Google::Apis::Core::JsonObjectSupport
131
- end
132
-
133
91
  class ListAvailableVersionsResponse
134
92
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
93
 
@@ -166,13 +124,13 @@ module Google
166
124
  include Google::Apis::Core::JsonObjectSupport
167
125
  end
168
126
 
169
- class LocationAssignment
127
+ class LoggingConfig
170
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
129
 
172
130
  include Google::Apis::Core::JsonObjectSupport
173
131
  end
174
132
 
175
- class LocationData
133
+ class MaintenanceEvent
176
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
135
 
178
136
  include Google::Apis::Core::JsonObjectSupport
@@ -208,12 +166,6 @@ module Google
208
166
  include Google::Apis::Core::JsonObjectSupport
209
167
  end
210
168
 
211
- class PlacerLocation
212
- class Representation < Google::Apis::Core::JsonRepresentation; end
213
-
214
- include Google::Apis::Core::JsonObjectSupport
215
- end
216
-
217
169
  class Policy
218
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
171
 
@@ -232,12 +184,6 @@ module Google
232
184
  include Google::Apis::Core::JsonObjectSupport
233
185
  end
234
186
 
235
- class RegionalMigDistributionPolicy
236
- class Representation < Google::Apis::Core::JsonRepresentation; end
237
-
238
- include Google::Apis::Core::JsonObjectSupport
239
- end
240
-
241
187
  class RestartInstanceRequest
242
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
189
 
@@ -250,24 +196,12 @@ module Google
250
196
  include Google::Apis::Core::JsonObjectSupport
251
197
  end
252
198
 
253
- class SpannerLocation
254
- class Representation < Google::Apis::Core::JsonRepresentation; end
255
-
256
- include Google::Apis::Core::JsonObjectSupport
257
- end
258
-
259
199
  class Status
260
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
201
 
262
202
  include Google::Apis::Core::JsonObjectSupport
263
203
  end
264
204
 
265
- class TenantProjectProxy
266
- class Representation < Google::Apis::Core::JsonRepresentation; end
267
-
268
- include Google::Apis::Core::JsonObjectSupport
269
- end
270
-
271
205
  class TestIamPermissionsRequest
272
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
207
 
@@ -292,12 +226,6 @@ module Google
292
226
  include Google::Apis::Core::JsonObjectSupport
293
227
  end
294
228
 
295
- class ZoneConfiguration
296
- class Representation < Google::Apis::Core::JsonRepresentation; end
297
-
298
- include Google::Apis::Core::JsonObjectSupport
299
- end
300
-
301
229
  class Accelerator
302
230
  # @private
303
231
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -306,20 +234,6 @@ module Google
306
234
  end
307
235
  end
308
236
 
309
- class AssetLocation
310
- # @private
311
- class Representation < Google::Apis::Core::JsonRepresentation
312
- property :expected, as: 'expected', class: Google::Apis::DatafusionV1::IsolationExpectations, decorator: Google::Apis::DatafusionV1::IsolationExpectations::Representation
313
-
314
- collection :extra_parameters, as: 'extraParameters', class: Google::Apis::DatafusionV1::ExtraParameter, decorator: Google::Apis::DatafusionV1::ExtraParameter::Representation
315
-
316
- collection :location_data, as: 'locationData', class: Google::Apis::DatafusionV1::LocationData, decorator: Google::Apis::DatafusionV1::LocationData::Representation
317
-
318
- collection :parent_asset, as: 'parentAsset', class: Google::Apis::DatafusionV1::CloudAsset, decorator: Google::Apis::DatafusionV1::CloudAsset::Representation
319
-
320
- end
321
- end
322
-
323
237
  class AuditConfig
324
238
  # @private
325
239
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -347,35 +261,12 @@ module Google
347
261
  end
348
262
  end
349
263
 
350
- class BlobstoreLocation
351
- # @private
352
- class Representation < Google::Apis::Core::JsonRepresentation
353
- collection :policy_id, as: 'policyId'
354
- end
355
- end
356
-
357
264
  class CancelOperationRequest
358
265
  # @private
359
266
  class Representation < Google::Apis::Core::JsonRepresentation
360
267
  end
361
268
  end
362
269
 
363
- class CloudAsset
364
- # @private
365
- class Representation < Google::Apis::Core::JsonRepresentation
366
- property :asset_name, as: 'assetName'
367
- property :asset_type, as: 'assetType'
368
- end
369
- end
370
-
371
- class CloudAssetComposition
372
- # @private
373
- class Representation < Google::Apis::Core::JsonRepresentation
374
- collection :child_asset, as: 'childAsset', class: Google::Apis::DatafusionV1::CloudAsset, decorator: Google::Apis::DatafusionV1::CloudAsset::Representation
375
-
376
- end
377
- end
378
-
379
270
  class CryptoKeyConfig
380
271
  # @private
381
272
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -383,14 +274,6 @@ module Google
383
274
  end
384
275
  end
385
276
 
386
- class DirectLocationAssignment
387
- # @private
388
- class Representation < Google::Apis::Core::JsonRepresentation
389
- collection :location, as: 'location', class: Google::Apis::DatafusionV1::LocationAssignment, decorator: Google::Apis::DatafusionV1::LocationAssignment::Representation
390
-
391
- end
392
- end
393
-
394
277
  class DnsPeering
395
278
  # @private
396
279
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -426,14 +309,6 @@ module Google
426
309
  end
427
310
  end
428
311
 
429
- class ExtraParameter
430
- # @private
431
- class Representation < Google::Apis::Core::JsonRepresentation
432
- property :regional_mig_distribution_policy, as: 'regionalMigDistributionPolicy', class: Google::Apis::DatafusionV1::RegionalMigDistributionPolicy, decorator: Google::Apis::DatafusionV1::RegionalMigDistributionPolicy::Representation
433
-
434
- end
435
- end
436
-
437
312
  class Instance
438
313
  # @private
439
314
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -458,6 +333,10 @@ module Google
458
333
 
459
334
  property :gcs_bucket, as: 'gcsBucket'
460
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
+
461
340
  property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::DatafusionV1::MaintenancePolicy, decorator: Google::Apis::DatafusionV1::MaintenancePolicy::Representation
462
341
 
463
342
  property :name, as: 'name'
@@ -467,6 +346,7 @@ module Google
467
346
  property :p4_service_account, as: 'p4ServiceAccount'
468
347
  property :patch_revision, as: 'patchRevision'
469
348
  property :private_instance, as: 'privateInstance'
349
+ property :satisfies_pzi, as: 'satisfiesPzi'
470
350
  property :satisfies_pzs, as: 'satisfiesPzs'
471
351
  property :service_account, as: 'serviceAccount'
472
352
  property :service_endpoint, as: 'serviceEndpoint'
@@ -481,25 +361,14 @@ module Google
481
361
  end
482
362
  end
483
363
 
484
- class IsolationExpectations
485
- # @private
486
- class Representation < Google::Apis::Core::JsonRepresentation
487
- property :zi_org_policy, as: 'ziOrgPolicy'
488
- property :zi_region_policy, as: 'ziRegionPolicy'
489
- property :zi_region_state, as: 'ziRegionState'
490
- property :zone_isolation, as: 'zoneIsolation'
491
- property :zone_separation, as: 'zoneSeparation'
492
- property :zs_org_policy, as: 'zsOrgPolicy'
493
- property :zs_region_state, as: 'zsRegionState'
494
- end
495
- end
496
-
497
364
  class ListAvailableVersionsResponse
498
365
  # @private
499
366
  class Representation < Google::Apis::Core::JsonRepresentation
500
367
  collection :available_versions, as: 'availableVersions', class: Google::Apis::DatafusionV1::Version, decorator: Google::Apis::DatafusionV1::Version::Representation
501
368
 
502
369
  property :next_page_token, as: 'nextPageToken'
370
+ collection :versions, as: 'versions', class: Google::Apis::DatafusionV1::Version, decorator: Google::Apis::DatafusionV1::Version::Representation
371
+
503
372
  end
504
373
  end
505
374
 
@@ -551,29 +420,19 @@ module Google
551
420
  end
552
421
  end
553
422
 
554
- class LocationAssignment
423
+ class LoggingConfig
555
424
  # @private
556
425
  class Representation < Google::Apis::Core::JsonRepresentation
557
- property :location, as: 'location'
558
- property :location_type, as: 'locationType'
426
+ property :instance_cloud_logging_disabled, as: 'instanceCloudLoggingDisabled'
559
427
  end
560
428
  end
561
429
 
562
- class LocationData
430
+ class MaintenanceEvent
563
431
  # @private
564
432
  class Representation < Google::Apis::Core::JsonRepresentation
565
- property :blobstore_location, as: 'blobstoreLocation', class: Google::Apis::DatafusionV1::BlobstoreLocation, decorator: Google::Apis::DatafusionV1::BlobstoreLocation::Representation
566
-
567
- property :child_asset_location, as: 'childAssetLocation', class: Google::Apis::DatafusionV1::CloudAssetComposition, decorator: Google::Apis::DatafusionV1::CloudAssetComposition::Representation
568
-
569
- property :direct_location, as: 'directLocation', class: Google::Apis::DatafusionV1::DirectLocationAssignment, decorator: Google::Apis::DatafusionV1::DirectLocationAssignment::Representation
570
-
571
- property :gcp_project_proxy, as: 'gcpProjectProxy', class: Google::Apis::DatafusionV1::TenantProjectProxy, decorator: Google::Apis::DatafusionV1::TenantProjectProxy::Representation
572
-
573
- property :placer_location, as: 'placerLocation', class: Google::Apis::DatafusionV1::PlacerLocation, decorator: Google::Apis::DatafusionV1::PlacerLocation::Representation
574
-
575
- property :spanner_location, as: 'spannerLocation', class: Google::Apis::DatafusionV1::SpannerLocation, decorator: Google::Apis::DatafusionV1::SpannerLocation::Representation
576
-
433
+ property :end_time, as: 'endTime'
434
+ property :start_time, as: 'startTime'
435
+ property :state, as: 'state'
577
436
  end
578
437
  end
579
438
 
@@ -632,13 +491,6 @@ module Google
632
491
  end
633
492
  end
634
493
 
635
- class PlacerLocation
636
- # @private
637
- class Representation < Google::Apis::Core::JsonRepresentation
638
- property :placer_config, as: 'placerConfig'
639
- end
640
- end
641
-
642
494
  class Policy
643
495
  # @private
644
496
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -669,15 +521,6 @@ module Google
669
521
  end
670
522
  end
671
523
 
672
- class RegionalMigDistributionPolicy
673
- # @private
674
- class Representation < Google::Apis::Core::JsonRepresentation
675
- property :target_shape, as: 'targetShape'
676
- collection :zones, as: 'zones', class: Google::Apis::DatafusionV1::ZoneConfiguration, decorator: Google::Apis::DatafusionV1::ZoneConfiguration::Representation
677
-
678
- end
679
- end
680
-
681
524
  class RestartInstanceRequest
682
525
  # @private
683
526
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -693,14 +536,6 @@ module Google
693
536
  end
694
537
  end
695
538
 
696
- class SpannerLocation
697
- # @private
698
- class Representation < Google::Apis::Core::JsonRepresentation
699
- collection :backup_name, as: 'backupName'
700
- collection :db_name, as: 'dbName'
701
- end
702
- end
703
-
704
539
  class Status
705
540
  # @private
706
541
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -710,13 +545,6 @@ module Google
710
545
  end
711
546
  end
712
547
 
713
- class TenantProjectProxy
714
- # @private
715
- class Representation < Google::Apis::Core::JsonRepresentation
716
- collection :project_numbers, as: 'projectNumbers'
717
- end
718
- end
719
-
720
548
  class TestIamPermissionsRequest
721
549
  # @private
722
550
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -748,13 +576,6 @@ module Google
748
576
  property :version_number, as: 'versionNumber'
749
577
  end
750
578
  end
751
-
752
- class ZoneConfiguration
753
- # @private
754
- class Representation < Google::Apis::Core::JsonRepresentation
755
- property :zone, as: 'zone'
756
- end
757
- end
758
579
  end
759
580
  end
760
581
  end
@@ -587,8 +587,8 @@ module Google
587
587
  # Clients can use Operations.GetOperation or other methods to check whether the
588
588
  # cancellation succeeded or whether the operation completed despite cancellation.
589
589
  # On successful cancellation, the operation is not deleted; instead, it becomes
590
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
591
- # corresponding to `Code.CANCELLED`.
590
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
591
+ # , corresponding to `Code.CANCELLED`.
592
592
  # @param [String] name
593
593
  # The name of the operation resource to be cancelled.
594
594
  # @param [Google::Apis::DatafusionV1::CancelOperationRequest] cancel_operation_request_object
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.33.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-07-25 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.33.0
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.6
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: []