google-apis-datafusion_v1 0.33.0 → 0.34.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: a165dec2772cb931fe5cf1c4131d9959393f836dc88850a413e154e6c8a6e8b4
|
|
4
|
+
data.tar.gz: 7ee87257cfb2f8a9738682569346bdbc924f32e33f597f5bdfdbaa98fc983e9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c30889d0b0daff181ba827c90d3c8c489b4c36f9283d2244a8e7f24c281acefe363f1e3fab301e9cda991d5fe58ab48c7f1ee5823a22ad1f458eee177d6fd4e7
|
|
7
|
+
data.tar.gz: 3a160836afeb355107bfa9eb4b5fc5e9e036b138952bc26198ea3c29ef11275de99898ee949247238f71069b87823acc9d3701d4484ff00ba48da5f4e9501de1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-datafusion_v1
|
|
2
2
|
|
|
3
|
+
### v0.34.0 (2024-12-15)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20241204
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.33.0 (2024-07-25)
|
|
4
9
|
|
|
5
10
|
* 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.
|
|
345
|
-
# Cloud KMS, the key should be in the format of `projects/*/locations
|
|
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
|
-
#
|
|
396
|
-
#
|
|
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
|
|
580
|
-
# Dataproc to run data processing pipelines. This allows users to
|
|
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 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
|
|
@@ -678,9 +535,9 @@ module Google
|
|
|
678
535
|
# @return [String]
|
|
679
536
|
attr_accessor :patch_revision
|
|
680
537
|
|
|
681
|
-
# Specifies whether the Data Fusion instance should be private. If set
|
|
682
|
-
# all Data Fusion nodes will have private IP addresses and will not be
|
|
683
|
-
# access the public internet.
|
|
538
|
+
# Optional. Specifies whether the Data Fusion instance should be private. If set
|
|
539
|
+
# to true, all Data Fusion nodes will have private IP addresses and will not be
|
|
540
|
+
# able to access the public internet.
|
|
684
541
|
# Corresponds to the JSON property `privateInstance`
|
|
685
542
|
# @return [Boolean]
|
|
686
543
|
attr_accessor :private_instance
|
|
@@ -729,7 +586,7 @@ module Google
|
|
|
729
586
|
# @return [String]
|
|
730
587
|
attr_accessor :update_time
|
|
731
588
|
|
|
732
|
-
# Current version of the Data Fusion. Only specifiable in Update.
|
|
589
|
+
# Optional. Current version of the Data Fusion. Only specifiable in Update.
|
|
733
590
|
# Corresponds to the JSON property `version`
|
|
734
591
|
# @return [String]
|
|
735
592
|
attr_accessor :version
|
|
@@ -740,8 +597,8 @@ module Google
|
|
|
740
597
|
# @return [String]
|
|
741
598
|
attr_accessor :workforce_identity_service_endpoint
|
|
742
599
|
|
|
743
|
-
# Name of the zone in which the Data Fusion instance will be created.
|
|
744
|
-
# DEVELOPER instances use this field.
|
|
600
|
+
# Optional. Name of the zone in which the Data Fusion instance will be created.
|
|
601
|
+
# Only DEVELOPER instances use this field.
|
|
745
602
|
# Corresponds to the JSON property `zone`
|
|
746
603
|
# @return [String]
|
|
747
604
|
attr_accessor :zone
|
|
@@ -790,68 +647,12 @@ module Google
|
|
|
790
647
|
end
|
|
791
648
|
end
|
|
792
649
|
|
|
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
650
|
# Response message for the list available versions request.
|
|
851
651
|
class ListAvailableVersionsResponse
|
|
852
652
|
include Google::Apis::Core::Hashable
|
|
853
653
|
|
|
854
|
-
# Represents a list of versions that are supported.
|
|
654
|
+
# Represents a list of versions that are supported. Deprecated: Use versions
|
|
655
|
+
# field instead.
|
|
855
656
|
# Corresponds to the JSON property `availableVersions`
|
|
856
657
|
# @return [Array<Google::Apis::DatafusionV1::Version>]
|
|
857
658
|
attr_accessor :available_versions
|
|
@@ -862,6 +663,11 @@ module Google
|
|
|
862
663
|
# @return [String]
|
|
863
664
|
attr_accessor :next_page_token
|
|
864
665
|
|
|
666
|
+
# Represents a list of all versions.
|
|
667
|
+
# Corresponds to the JSON property `versions`
|
|
668
|
+
# @return [Array<Google::Apis::DatafusionV1::Version>]
|
|
669
|
+
attr_accessor :versions
|
|
670
|
+
|
|
865
671
|
def initialize(**args)
|
|
866
672
|
update!(**args)
|
|
867
673
|
end
|
|
@@ -870,6 +676,7 @@ module Google
|
|
|
870
676
|
def update!(**args)
|
|
871
677
|
@available_versions = args[:available_versions] if args.key?(:available_versions)
|
|
872
678
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
679
|
+
@versions = args[:versions] if args.key?(:versions)
|
|
873
680
|
end
|
|
874
681
|
end
|
|
875
682
|
|
|
@@ -1028,82 +835,6 @@ module Google
|
|
|
1028
835
|
end
|
|
1029
836
|
end
|
|
1030
837
|
|
|
1031
|
-
#
|
|
1032
|
-
class LocationAssignment
|
|
1033
|
-
include Google::Apis::Core::Hashable
|
|
1034
|
-
|
|
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
|
|
1044
|
-
|
|
1045
|
-
def initialize(**args)
|
|
1046
|
-
update!(**args)
|
|
1047
|
-
end
|
|
1048
|
-
|
|
1049
|
-
# Update properties of this object
|
|
1050
|
-
def update!(**args)
|
|
1051
|
-
@location = args[:location] if args.key?(:location)
|
|
1052
|
-
@location_type = args[:location_type] if args.key?(:location_type)
|
|
1053
|
-
end
|
|
1054
|
-
end
|
|
1055
|
-
|
|
1056
|
-
#
|
|
1057
|
-
class LocationData
|
|
1058
|
-
include Google::Apis::Core::Hashable
|
|
1059
|
-
|
|
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
|
|
1091
|
-
|
|
1092
|
-
def initialize(**args)
|
|
1093
|
-
update!(**args)
|
|
1094
|
-
end
|
|
1095
|
-
|
|
1096
|
-
# Update properties of this object
|
|
1097
|
-
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)
|
|
1104
|
-
end
|
|
1105
|
-
end
|
|
1106
|
-
|
|
1107
838
|
# Maintenance policy of the instance.
|
|
1108
839
|
class MaintenancePolicy
|
|
1109
840
|
include Google::Apis::Core::Hashable
|
|
@@ -1329,27 +1060,6 @@ module Google
|
|
|
1329
1060
|
end
|
|
1330
1061
|
end
|
|
1331
1062
|
|
|
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
1063
|
# An Identity and Access Management (IAM) policy, which specifies access
|
|
1354
1064
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
|
1355
1065
|
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
|
@@ -1520,33 +1230,6 @@ module Google
|
|
|
1520
1230
|
end
|
|
1521
1231
|
end
|
|
1522
1232
|
|
|
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
1233
|
# Request message for restarting a Data Fusion instance.
|
|
1551
1234
|
class RestartInstanceRequest
|
|
1552
1235
|
include Google::Apis::Core::Hashable
|
|
@@ -1613,32 +1296,6 @@ module Google
|
|
|
1613
1296
|
end
|
|
1614
1297
|
end
|
|
1615
1298
|
|
|
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
1299
|
# The `Status` type defines a logical error model that is suitable for different
|
|
1643
1300
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
|
1644
1301
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
@@ -1678,25 +1335,6 @@ module Google
|
|
|
1678
1335
|
end
|
|
1679
1336
|
end
|
|
1680
1337
|
|
|
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
1338
|
# Request message for `TestIamPermissions` method.
|
|
1701
1339
|
class TestIamPermissionsRequest
|
|
1702
1340
|
include Google::Apis::Core::Hashable
|
|
@@ -1803,25 +1441,6 @@ module Google
|
|
|
1803
1441
|
@version_number = args[:version_number] if args.key?(:version_number)
|
|
1804
1442
|
end
|
|
1805
1443
|
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
1444
|
end
|
|
1826
1445
|
end
|
|
1827
1446
|
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.
|
|
19
|
+
GEM_VERSION = "0.34.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241204"
|
|
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,18 +124,6 @@ module Google
|
|
|
166
124
|
include Google::Apis::Core::JsonObjectSupport
|
|
167
125
|
end
|
|
168
126
|
|
|
169
|
-
class LocationAssignment
|
|
170
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
-
|
|
172
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
-
end
|
|
174
|
-
|
|
175
|
-
class LocationData
|
|
176
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
-
|
|
178
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
-
end
|
|
180
|
-
|
|
181
127
|
class MaintenancePolicy
|
|
182
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
129
|
|
|
@@ -208,12 +154,6 @@ module Google
|
|
|
208
154
|
include Google::Apis::Core::JsonObjectSupport
|
|
209
155
|
end
|
|
210
156
|
|
|
211
|
-
class PlacerLocation
|
|
212
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
-
|
|
214
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
-
end
|
|
216
|
-
|
|
217
157
|
class Policy
|
|
218
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
159
|
|
|
@@ -232,12 +172,6 @@ module Google
|
|
|
232
172
|
include Google::Apis::Core::JsonObjectSupport
|
|
233
173
|
end
|
|
234
174
|
|
|
235
|
-
class RegionalMigDistributionPolicy
|
|
236
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
-
|
|
238
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
239
|
-
end
|
|
240
|
-
|
|
241
175
|
class RestartInstanceRequest
|
|
242
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
177
|
|
|
@@ -250,24 +184,12 @@ module Google
|
|
|
250
184
|
include Google::Apis::Core::JsonObjectSupport
|
|
251
185
|
end
|
|
252
186
|
|
|
253
|
-
class SpannerLocation
|
|
254
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
|
-
|
|
256
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
257
|
-
end
|
|
258
|
-
|
|
259
187
|
class Status
|
|
260
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
189
|
|
|
262
190
|
include Google::Apis::Core::JsonObjectSupport
|
|
263
191
|
end
|
|
264
192
|
|
|
265
|
-
class TenantProjectProxy
|
|
266
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
|
-
|
|
268
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
269
|
-
end
|
|
270
|
-
|
|
271
193
|
class TestIamPermissionsRequest
|
|
272
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
273
195
|
|
|
@@ -292,12 +214,6 @@ module Google
|
|
|
292
214
|
include Google::Apis::Core::JsonObjectSupport
|
|
293
215
|
end
|
|
294
216
|
|
|
295
|
-
class ZoneConfiguration
|
|
296
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
|
-
|
|
298
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
299
|
-
end
|
|
300
|
-
|
|
301
217
|
class Accelerator
|
|
302
218
|
# @private
|
|
303
219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -306,20 +222,6 @@ module Google
|
|
|
306
222
|
end
|
|
307
223
|
end
|
|
308
224
|
|
|
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
225
|
class AuditConfig
|
|
324
226
|
# @private
|
|
325
227
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -347,35 +249,12 @@ module Google
|
|
|
347
249
|
end
|
|
348
250
|
end
|
|
349
251
|
|
|
350
|
-
class BlobstoreLocation
|
|
351
|
-
# @private
|
|
352
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
353
|
-
collection :policy_id, as: 'policyId'
|
|
354
|
-
end
|
|
355
|
-
end
|
|
356
|
-
|
|
357
252
|
class CancelOperationRequest
|
|
358
253
|
# @private
|
|
359
254
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
360
255
|
end
|
|
361
256
|
end
|
|
362
257
|
|
|
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
258
|
class CryptoKeyConfig
|
|
380
259
|
# @private
|
|
381
260
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -383,14 +262,6 @@ module Google
|
|
|
383
262
|
end
|
|
384
263
|
end
|
|
385
264
|
|
|
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
265
|
class DnsPeering
|
|
395
266
|
# @private
|
|
396
267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -426,14 +297,6 @@ module Google
|
|
|
426
297
|
end
|
|
427
298
|
end
|
|
428
299
|
|
|
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
300
|
class Instance
|
|
438
301
|
# @private
|
|
439
302
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -481,25 +344,14 @@ module Google
|
|
|
481
344
|
end
|
|
482
345
|
end
|
|
483
346
|
|
|
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
347
|
class ListAvailableVersionsResponse
|
|
498
348
|
# @private
|
|
499
349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
500
350
|
collection :available_versions, as: 'availableVersions', class: Google::Apis::DatafusionV1::Version, decorator: Google::Apis::DatafusionV1::Version::Representation
|
|
501
351
|
|
|
502
352
|
property :next_page_token, as: 'nextPageToken'
|
|
353
|
+
collection :versions, as: 'versions', class: Google::Apis::DatafusionV1::Version, decorator: Google::Apis::DatafusionV1::Version::Representation
|
|
354
|
+
|
|
503
355
|
end
|
|
504
356
|
end
|
|
505
357
|
|
|
@@ -551,32 +403,6 @@ module Google
|
|
|
551
403
|
end
|
|
552
404
|
end
|
|
553
405
|
|
|
554
|
-
class LocationAssignment
|
|
555
|
-
# @private
|
|
556
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
557
|
-
property :location, as: 'location'
|
|
558
|
-
property :location_type, as: 'locationType'
|
|
559
|
-
end
|
|
560
|
-
end
|
|
561
|
-
|
|
562
|
-
class LocationData
|
|
563
|
-
# @private
|
|
564
|
-
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
|
-
|
|
577
|
-
end
|
|
578
|
-
end
|
|
579
|
-
|
|
580
406
|
class MaintenancePolicy
|
|
581
407
|
# @private
|
|
582
408
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -632,13 +458,6 @@ module Google
|
|
|
632
458
|
end
|
|
633
459
|
end
|
|
634
460
|
|
|
635
|
-
class PlacerLocation
|
|
636
|
-
# @private
|
|
637
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
638
|
-
property :placer_config, as: 'placerConfig'
|
|
639
|
-
end
|
|
640
|
-
end
|
|
641
|
-
|
|
642
461
|
class Policy
|
|
643
462
|
# @private
|
|
644
463
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -669,15 +488,6 @@ module Google
|
|
|
669
488
|
end
|
|
670
489
|
end
|
|
671
490
|
|
|
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
491
|
class RestartInstanceRequest
|
|
682
492
|
# @private
|
|
683
493
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -693,14 +503,6 @@ module Google
|
|
|
693
503
|
end
|
|
694
504
|
end
|
|
695
505
|
|
|
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
506
|
class Status
|
|
705
507
|
# @private
|
|
706
508
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -710,13 +512,6 @@ module Google
|
|
|
710
512
|
end
|
|
711
513
|
end
|
|
712
514
|
|
|
713
|
-
class TenantProjectProxy
|
|
714
|
-
# @private
|
|
715
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
716
|
-
collection :project_numbers, as: 'projectNumbers'
|
|
717
|
-
end
|
|
718
|
-
end
|
|
719
|
-
|
|
720
515
|
class TestIamPermissionsRequest
|
|
721
516
|
# @private
|
|
722
517
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -748,13 +543,6 @@ module Google
|
|
|
748
543
|
property :version_number, as: 'versionNumber'
|
|
749
544
|
end
|
|
750
545
|
end
|
|
751
|
-
|
|
752
|
-
class ZoneConfiguration
|
|
753
|
-
# @private
|
|
754
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
755
|
-
property :zone, as: 'zone'
|
|
756
|
-
end
|
|
757
|
-
end
|
|
758
546
|
end
|
|
759
547
|
end
|
|
760
548
|
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,14 @@
|
|
|
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.34.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: 2024-
|
|
11
|
+
date: 2024-12-15 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.34.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
|
|
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.5.
|
|
78
|
+
rubygems_version: 3.5.23
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Data Fusion API V1
|