google-apis-datafusion_v1beta1 0.37.0 → 0.38.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: 3b48537396a8f558001e10e015b145d4d56e97c6ec38da81dc436dc13702ef1c
|
4
|
+
data.tar.gz: ceeab15fe453b5e623d15168e12504d9c4616c5472fdf2ce4399037043283ead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87b1d04f4f2bc041bae59ac6dc57da1e69b37fb214d31c9da879cbb785a3211ec4e33e4e06f7ac6820d4b735cc648460a0d297ee37dbd990dd0b2210afd5c53d
|
7
|
+
data.tar.gz: ef72fb1aa2deb26d8ee8cb4e653b579710981bfc816378b3677293e82ac831accc65fa6e8af152aabf5e78192e5b7ffa2b3bd0e616d6d0061fab3b0b92655732
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-datafusion_v1beta1
|
2
2
|
|
3
|
+
### v0.38.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250610
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.37.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -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
|
@@ -490,14 +490,14 @@ module Google
|
|
490
490
|
attr_accessor :dataplex_data_lineage_integration_enabled
|
491
491
|
alias_method :dataplex_data_lineage_integration_enabled?, :dataplex_data_lineage_integration_enabled
|
492
492
|
|
493
|
-
# User-managed service account to set on Dataproc when Cloud Data
|
494
|
-
# Dataproc to run data processing pipelines. This allows users to
|
495
|
-
# grained access control on Dataproc's accesses to cloud resources.
|
493
|
+
# Optional. User-managed service account to set on Dataproc when Cloud Data
|
494
|
+
# Fusion creates Dataproc to run data processing pipelines. This allows users to
|
495
|
+
# have fine-grained access control on Dataproc's accesses to cloud resources.
|
496
496
|
# Corresponds to the JSON property `dataprocServiceAccount`
|
497
497
|
# @return [String]
|
498
498
|
attr_accessor :dataproc_service_account
|
499
499
|
|
500
|
-
# A description of this instance.
|
500
|
+
# Optional. A description of this instance.
|
501
501
|
# Corresponds to the JSON property `description`
|
502
502
|
# @return [String]
|
503
503
|
attr_accessor :description
|
@@ -508,30 +508,30 @@ module Google
|
|
508
508
|
# @return [Array<String>]
|
509
509
|
attr_accessor :disabled_reason
|
510
510
|
|
511
|
-
# Display name for an instance.
|
511
|
+
# Optional. Display name for an instance.
|
512
512
|
# Corresponds to the JSON property `displayName`
|
513
513
|
# @return [String]
|
514
514
|
attr_accessor :display_name
|
515
515
|
|
516
|
-
# Option to enable granular role-based access control.
|
516
|
+
# Optional. Option to enable granular role-based access control.
|
517
517
|
# Corresponds to the JSON property `enableRbac`
|
518
518
|
# @return [Boolean]
|
519
519
|
attr_accessor :enable_rbac
|
520
520
|
alias_method :enable_rbac?, :enable_rbac
|
521
521
|
|
522
|
-
# Option to enable Dataproc Stackdriver Logging.
|
522
|
+
# Optional. Option to enable Dataproc Stackdriver Logging.
|
523
523
|
# Corresponds to the JSON property `enableStackdriverLogging`
|
524
524
|
# @return [Boolean]
|
525
525
|
attr_accessor :enable_stackdriver_logging
|
526
526
|
alias_method :enable_stackdriver_logging?, :enable_stackdriver_logging
|
527
527
|
|
528
|
-
# Option to enable Stackdriver Monitoring.
|
528
|
+
# Optional. Option to enable Stackdriver Monitoring.
|
529
529
|
# Corresponds to the JSON property `enableStackdriverMonitoring`
|
530
530
|
# @return [Boolean]
|
531
531
|
attr_accessor :enable_stackdriver_monitoring
|
532
532
|
alias_method :enable_stackdriver_monitoring?, :enable_stackdriver_monitoring
|
533
533
|
|
534
|
-
# Option to enable zone separation.
|
534
|
+
# Output only. Option to enable zone separation.
|
535
535
|
# Corresponds to the JSON property `enableZoneSeparation`
|
536
536
|
# @return [Boolean]
|
537
537
|
attr_accessor :enable_zone_separation
|
@@ -586,8 +586,8 @@ module Google
|
|
586
586
|
# @return [Google::Apis::DatafusionV1beta1::NetworkConfig]
|
587
587
|
attr_accessor :network_config
|
588
588
|
|
589
|
-
# Map of additional options used to configure the behavior of Data
|
590
|
-
# instance.
|
589
|
+
# Optional. Map of additional options used to configure the behavior of Data
|
590
|
+
# Fusion instance.
|
591
591
|
# Corresponds to the JSON property `options`
|
592
592
|
# @return [Hash<String,String>]
|
593
593
|
attr_accessor :options
|
@@ -602,9 +602,9 @@ module Google
|
|
602
602
|
# @return [String]
|
603
603
|
attr_accessor :patch_revision
|
604
604
|
|
605
|
-
# Specifies whether the Data Fusion instance should be private. If set
|
606
|
-
# all Data Fusion nodes will have private IP addresses and will not be
|
607
|
-
# access the public internet.
|
605
|
+
# Optional. Specifies whether the Data Fusion instance should be private. If set
|
606
|
+
# to true, all Data Fusion nodes will have private IP addresses and will not be
|
607
|
+
# able to access the public internet.
|
608
608
|
# Corresponds to the JSON property `privateInstance`
|
609
609
|
# @return [Boolean]
|
610
610
|
attr_accessor :private_instance
|
@@ -666,7 +666,7 @@ module Google
|
|
666
666
|
# @return [String]
|
667
667
|
attr_accessor :update_time
|
668
668
|
|
669
|
-
# Current version of Data Fusion.
|
669
|
+
# Optional. Current version of Data Fusion.
|
670
670
|
# Corresponds to the JSON property `version`
|
671
671
|
# @return [String]
|
672
672
|
attr_accessor :version
|
@@ -677,8 +677,8 @@ module Google
|
|
677
677
|
# @return [String]
|
678
678
|
attr_accessor :workforce_identity_service_endpoint
|
679
679
|
|
680
|
-
# Name of the zone in which the Data Fusion instance will be created.
|
681
|
-
# DEVELOPER instances use this field.
|
680
|
+
# Optional. Name of the zone in which the Data Fusion instance will be created.
|
681
|
+
# Only DEVELOPER instances use this field.
|
682
682
|
# Corresponds to the JSON property `zone`
|
683
683
|
# @return [String]
|
684
684
|
attr_accessor :zone
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatafusionV1beta1
|
18
18
|
# Version of the google-apis-datafusion_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250610"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -210,6 +210,9 @@ module Google
|
|
210
210
|
# @param [String] name
|
211
211
|
# Required. The instance resource name in the format projects/`project`/
|
212
212
|
# locations/`location`/instances/`instance`
|
213
|
+
# @param [Boolean] force
|
214
|
+
# Optional. If set to true, any nested resources from this instance will also be
|
215
|
+
# deleted.
|
213
216
|
# @param [String] fields
|
214
217
|
# Selector specifying which fields to include in a partial response.
|
215
218
|
# @param [String] quota_user
|
@@ -227,11 +230,12 @@ module Google
|
|
227
230
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
228
231
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
229
232
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
230
|
-
def delete_project_location_instance(name, fields: nil, quota_user: nil, options: nil, &block)
|
233
|
+
def delete_project_location_instance(name, force: nil, fields: nil, quota_user: nil, options: nil, &block)
|
231
234
|
command = make_simple_command(:delete, 'v1beta1/{+name}', options)
|
232
235
|
command.response_representation = Google::Apis::DatafusionV1beta1::Operation::Representation
|
233
236
|
command.response_class = Google::Apis::DatafusionV1beta1::Operation
|
234
237
|
command.params['name'] = name unless name.nil?
|
238
|
+
command.query['force'] = force unless force.nil?
|
235
239
|
command.query['fields'] = fields unless fields.nil?
|
236
240
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
237
241
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datafusion_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.38.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.38.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Data Fusion API V1beta1
|
79
79
|
test_files: []
|