Skip to content

Commit 7fb8690

Browse files
feat: Automated regeneration of datafusion v1 client (googleapis#21450)
Auto-created at 2025-01-26 09:26:21 +0000 using the toys pull request generator.
1 parent 31122bf commit 7fb8690

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

generated/google-apis-datafusion_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-datafusion_v1
22

3+
### v0.35.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250117
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.34.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241204

generated/google-apis-datafusion_v1/lib/google/apis/datafusion_v1/classes.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ class Instance
519519
# @return [Google::Apis::DatafusionV1::NetworkConfig]
520520
attr_accessor :network_config
521521

522-
# Map of additional options used to configure the behavior of Data Fusion
523-
# instance.
522+
# Optional. Map of additional options used to configure the behavior of Data
523+
# Fusion instance.
524524
# Corresponds to the JSON property `options`
525525
# @return [Hash<String,String>]
526526
attr_accessor :options
@@ -1021,8 +1021,9 @@ class OperationMetadata
10211021
attr_accessor :end_time
10221022

10231023
# Identifies whether the user has requested cancellation of the operation.
1024-
# Operations that have successfully been cancelled have Operation.error value
1025-
# with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
1024+
# Operations that have successfully been cancelled have google.longrunning.
1025+
# Operation.error value with a google.rpc.Status.code of 1, corresponding to `
1026+
# Code.CANCELLED`.
10261027
# Corresponds to the JSON property `requestedCancellation`
10271028
# @return [Boolean]
10281029
attr_accessor :requested_cancellation

generated/google-apis-datafusion_v1/lib/google/apis/datafusion_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DatafusionV1
1818
# Version of the google-apis-datafusion_v1 gem
19-
GEM_VERSION = "0.34.0"
19+
GEM_VERSION = "0.35.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241204"
25+
REVISION = "20250117"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)