google-apis-datafusion_v1 0.32.0 → 0.34.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 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,14 @@
|
|
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
|
+
|
8
|
+
### v0.33.0 (2024-07-25)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240703
|
11
|
+
|
3
12
|
### v0.32.0 (2024-06-23)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240618
|
@@ -237,9 +237,9 @@ module Google
|
|
237
237
|
class CryptoKeyConfig
|
238
238
|
include Google::Apis::Core::Hashable
|
239
239
|
|
240
|
-
# The name of the key which is used to encrypt/decrypt customer data.
|
241
|
-
# Cloud KMS, the key should be in the format of `projects/*/locations
|
242
|
-
# */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/*`.
|
243
243
|
# Corresponds to the JSON property `keyReference`
|
244
244
|
# @return [String]
|
245
245
|
attr_accessor :key_reference
|
@@ -269,8 +269,8 @@ module Google
|
|
269
269
|
# @return [String]
|
270
270
|
attr_accessor :domain
|
271
271
|
|
272
|
-
#
|
273
|
-
#
|
272
|
+
# Identifier. The resource name of the dns peering zone. Format: projects/`
|
273
|
+
# project`/locations/`location`/instances/`instance`/dnsPeerings/`dns_peering`
|
274
274
|
# Corresponds to the JSON property `name`
|
275
275
|
# @return [String]
|
276
276
|
attr_accessor :name
|
@@ -433,14 +433,14 @@ module Google
|
|
433
433
|
attr_accessor :dataplex_data_lineage_integration_enabled
|
434
434
|
alias_method :dataplex_data_lineage_integration_enabled?, :dataplex_data_lineage_integration_enabled
|
435
435
|
|
436
|
-
# User-managed service account to set on Dataproc when Cloud Data
|
437
|
-
# Dataproc to run data processing pipelines. This allows users to
|
438
|
-
# 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.
|
439
439
|
# Corresponds to the JSON property `dataprocServiceAccount`
|
440
440
|
# @return [String]
|
441
441
|
attr_accessor :dataproc_service_account
|
442
442
|
|
443
|
-
# A description of this instance.
|
443
|
+
# Optional. A description of this instance.
|
444
444
|
# Corresponds to the JSON property `description`
|
445
445
|
# @return [String]
|
446
446
|
attr_accessor :description
|
@@ -451,30 +451,30 @@ module Google
|
|
451
451
|
# @return [Array<String>]
|
452
452
|
attr_accessor :disabled_reason
|
453
453
|
|
454
|
-
# Display name for an instance.
|
454
|
+
# Optional. Display name for an instance.
|
455
455
|
# Corresponds to the JSON property `displayName`
|
456
456
|
# @return [String]
|
457
457
|
attr_accessor :display_name
|
458
458
|
|
459
|
-
# Option to enable granular role-based access control.
|
459
|
+
# Optional. Option to enable granular role-based access control.
|
460
460
|
# Corresponds to the JSON property `enableRbac`
|
461
461
|
# @return [Boolean]
|
462
462
|
attr_accessor :enable_rbac
|
463
463
|
alias_method :enable_rbac?, :enable_rbac
|
464
464
|
|
465
|
-
# Option to enable Stackdriver Logging.
|
465
|
+
# Optional. Option to enable Stackdriver Logging.
|
466
466
|
# Corresponds to the JSON property `enableStackdriverLogging`
|
467
467
|
# @return [Boolean]
|
468
468
|
attr_accessor :enable_stackdriver_logging
|
469
469
|
alias_method :enable_stackdriver_logging?, :enable_stackdriver_logging
|
470
470
|
|
471
|
-
# Option to enable Stackdriver Monitoring.
|
471
|
+
# Optional. Option to enable Stackdriver Monitoring.
|
472
472
|
# Corresponds to the JSON property `enableStackdriverMonitoring`
|
473
473
|
# @return [Boolean]
|
474
474
|
attr_accessor :enable_stackdriver_monitoring
|
475
475
|
alias_method :enable_stackdriver_monitoring?, :enable_stackdriver_monitoring
|
476
476
|
|
477
|
-
# Option to enable granular zone separation.
|
477
|
+
# Output only. Option to enable granular zone separation.
|
478
478
|
# Corresponds to the JSON property `enableZoneSeparation`
|
479
479
|
# @return [Boolean]
|
480
480
|
attr_accessor :enable_zone_separation
|
@@ -535,9 +535,9 @@ module Google
|
|
535
535
|
# @return [String]
|
536
536
|
attr_accessor :patch_revision
|
537
537
|
|
538
|
-
# Specifies whether the Data Fusion instance should be private. If set
|
539
|
-
# all Data Fusion nodes will have private IP addresses and will not be
|
540
|
-
# 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.
|
541
541
|
# Corresponds to the JSON property `privateInstance`
|
542
542
|
# @return [Boolean]
|
543
543
|
attr_accessor :private_instance
|
@@ -586,7 +586,7 @@ module Google
|
|
586
586
|
# @return [String]
|
587
587
|
attr_accessor :update_time
|
588
588
|
|
589
|
-
# Current version of the Data Fusion. Only specifiable in Update.
|
589
|
+
# Optional. Current version of the Data Fusion. Only specifiable in Update.
|
590
590
|
# Corresponds to the JSON property `version`
|
591
591
|
# @return [String]
|
592
592
|
attr_accessor :version
|
@@ -597,8 +597,8 @@ module Google
|
|
597
597
|
# @return [String]
|
598
598
|
attr_accessor :workforce_identity_service_endpoint
|
599
599
|
|
600
|
-
# Name of the zone in which the Data Fusion instance will be created.
|
601
|
-
# 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.
|
602
602
|
# Corresponds to the JSON property `zone`
|
603
603
|
# @return [String]
|
604
604
|
attr_accessor :zone
|
@@ -651,7 +651,8 @@ module Google
|
|
651
651
|
class ListAvailableVersionsResponse
|
652
652
|
include Google::Apis::Core::Hashable
|
653
653
|
|
654
|
-
# Represents a list of versions that are supported.
|
654
|
+
# Represents a list of versions that are supported. Deprecated: Use versions
|
655
|
+
# field instead.
|
655
656
|
# Corresponds to the JSON property `availableVersions`
|
656
657
|
# @return [Array<Google::Apis::DatafusionV1::Version>]
|
657
658
|
attr_accessor :available_versions
|
@@ -662,6 +663,11 @@ module Google
|
|
662
663
|
# @return [String]
|
663
664
|
attr_accessor :next_page_token
|
664
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
|
+
|
665
671
|
def initialize(**args)
|
666
672
|
update!(**args)
|
667
673
|
end
|
@@ -670,6 +676,7 @@ module Google
|
|
670
676
|
def update!(**args)
|
671
677
|
@available_versions = args[:available_versions] if args.key?(:available_versions)
|
672
678
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
679
|
+
@versions = args[:versions] if args.key?(:versions)
|
673
680
|
end
|
674
681
|
end
|
675
682
|
|
@@ -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
|
@@ -350,6 +350,8 @@ module Google
|
|
350
350
|
collection :available_versions, as: 'availableVersions', class: Google::Apis::DatafusionV1::Version, decorator: Google::Apis::DatafusionV1::Version::Representation
|
351
351
|
|
352
352
|
property :next_page_token, as: 'nextPageToken'
|
353
|
+
collection :versions, as: 'versions', class: Google::Apis::DatafusionV1::Version, decorator: Google::Apis::DatafusionV1::Version::Representation
|
354
|
+
|
353
355
|
end
|
354
356
|
end
|
355
357
|
|
@@ -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
|