google-apis-datafusion_v1 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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/datafusion_v1/gem_version.rb +3 -3
- data/lib/google/apis/datafusion_v1/service.rb +5 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7df69d93866eb23e993aebcba8942be581017aac37b89adf1f3d0f136197508c
|
4
|
+
data.tar.gz: 0cae02e1b66bfc82b398f610bfc577e7e1c95760cf4882f81a2f0cbc48d3823c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57730ac96f4b9a5125de7045af44e2e43382656b0a35d3cd5a2e35f7008799f602687e1f2c092677f167075360ff76a1a77529de95d699ea1af260fd55581bff
|
7
|
+
data.tar.gz: 309288c31ae98617e383a8d2c9879debbc7045e79a50a973753c5290d4a25a840022b12af39beaad4df6642fbfe2d79d392fa547dbe7d223222d2139b07bf831
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-datafusion_v1
|
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
|
@@ -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.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
|
@@ -177,6 +177,9 @@ module Google
|
|
177
177
|
# @param [String] name
|
178
178
|
# Required. The instance resource name in the format projects/`project`/
|
179
179
|
# locations/`location`/instances/`instance`
|
180
|
+
# @param [Boolean] force
|
181
|
+
# Optional. If set to true, any nested resources from this instance will also be
|
182
|
+
# deleted.
|
180
183
|
# @param [String] fields
|
181
184
|
# Selector specifying which fields to include in a partial response.
|
182
185
|
# @param [String] quota_user
|
@@ -194,11 +197,12 @@ module Google
|
|
194
197
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
195
198
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
196
199
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
197
|
-
def delete_project_location_instance(name, fields: nil, quota_user: nil, options: nil, &block)
|
200
|
+
def delete_project_location_instance(name, force: nil, fields: nil, quota_user: nil, options: nil, &block)
|
198
201
|
command = make_simple_command(:delete, 'v1/{+name}', options)
|
199
202
|
command.response_representation = Google::Apis::DatafusionV1::Operation::Representation
|
200
203
|
command.response_class = Google::Apis::DatafusionV1::Operation
|
201
204
|
command.params['name'] = name unless name.nil?
|
205
|
+
command.query['force'] = force unless force.nil?
|
202
206
|
command.query['fields'] = fields unless fields.nil?
|
203
207
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
204
208
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.38.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
|
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 V1
|
79
79
|
test_files: []
|