google-apis-datafusion_v1 0.37.0 → 0.39.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: e9787016b9fbd6aaa62800bd2b2acce804c66b662e8a77715c8ecc86e13b8ec3
4
- data.tar.gz: 90ce37ab4a63a8558a838a2177323e5d663dfc50b1dc2a400c5bc9e6c6c3c94d
3
+ metadata.gz: 7d8d4e9692c6c93316d10b6df72e305984a72d844340db4d9ef5b9167854df60
4
+ data.tar.gz: fd5677724667f266d78c3cae7ae627ab57a776011a1e6793e916e2d2fffbfde2
5
5
  SHA512:
6
- metadata.gz: 184bb6095e0586153dd7a38244349d08d375223f93c4689f3dceac55473e69cb4b18059785774d08d311a2199c7d1bbeba8284079624ba9c253bb452953d9d34
7
- data.tar.gz: 31b941c865d11b462ad0e6b08e9b1e00d11b84d02d7348a2820bf44b2c05b80b7d0550319974a95351cfe27c77171b8e73afa77496fc8a41cdfe5288b3227cc0
6
+ metadata.gz: a59671da07ea9b8e8d632dcf62581abfe9894fa07b68a8a4ee8c40e4a36b51b8d0ed50da9a8fc365608aff08921e3953c9e31a26477dbdec8614550914927ab1
7
+ data.tar.gz: f340fed236015363143fb631fe0d71ebb17ef57d03278c2669d275bf603daee37f8b563979cd7b1c84cf72e6522aa05b473deb52c85ecf2dc47ab786bd663593
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datafusion_v1
2
2
 
3
+ ### v0.39.0 (2025-09-07)
4
+
5
+ * Regenerated from discovery document revision 20250901
6
+
7
+ ### v0.38.0 (2025-06-15)
8
+
9
+ * Regenerated from discovery document revision 20250610
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.37.0 (2025-05-04)
4
13
 
5
14
  * 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.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250414"
25
+ REVISION = "20250901"
26
26
  end
27
27
  end
28
28
  end
@@ -91,8 +91,8 @@ module Google
91
91
  # @param [String] name
92
92
  # The resource that owns the locations collection, if applicable.
93
93
  # @param [Array<String>, String] extra_location_types
94
- # Optional. A list of extra location types that should be used as conditions for
95
- # controlling the visibility of the locations.
94
+ # Optional. Do not use this field. It is unsupported and is ignored unless
95
+ # explicitly documented otherwise. This is primarily for internal usage.
96
96
  # @param [String] filter
97
97
  # A filter to narrow down results to a preferred subset. The filtering language
98
98
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -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.37.0
4
+ version: 0.39.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.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.39.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.8
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: []