google-apis-datafusion_v1beta1 0.40.0 → 0.41.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: 17dfe5664fc42dc724809bb2882370c4d21e0a3d74551f04f98b7781807e5bf3
4
- data.tar.gz: 728b0d05a240b82082c4b6c45be56f36759879d787b93b230bdc9c8b59f92442
3
+ metadata.gz: 5e67aa9f727b016ba8aa296f58b4b4ba3ee27d0ce3d0c8e79979a54ad319d09d
4
+ data.tar.gz: dda2fd80c67a207bb6d3c54e8a36cb2535fd77897f92faa0c5ebbc76ee411a09
5
5
  SHA512:
6
- metadata.gz: 6e509be6e4753a2012481cab5272a6fe94e309a81a8c07a737ea6531d532f763caf5aa6b4d3e27b1c3cf0f00349d5c09545b75b38a145a9d7bdcf1f30f91467f
7
- data.tar.gz: 553c76e93dfd24e202229dbe506433c2a9d75d627af1ccd8c3a332587699e6c492b4c019e84c6e841e1638a3bfb13f9152890c0c56abadfcb142f8854b8b2beb
6
+ metadata.gz: 1a6abd172834611a2feef40f23f3501774a10c835bfe26fe5cfa4b0ee1b664da43c4d5e10e24ceda82c5e8779dc47aaefd5c8e8d377fd11bfc4e89d2b2f15993
7
+ data.tar.gz: ea9e94f1d61ee07dc3055d08c721ccae25700aeccd5e3f4a7495eb8a1c7011efafe0c7e4638eab048e59da0b082c504654c6e4f0f90a4ec8345459b057619143
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datafusion_v1beta1
2
2
 
3
+ ### v0.41.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251106
6
+
3
7
  ### v0.40.0 (2025-10-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20251006
@@ -887,6 +887,13 @@ module Google
887
887
  # @return [Array<Google::Apis::DatafusionV1beta1::Operation>]
888
888
  attr_accessor :operations
889
889
 
890
+ # Unordered list. Unreachable resources. Populated when the request sets `
891
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
892
+ # when attempting to list all resources across all supported locations.
893
+ # Corresponds to the JSON property `unreachable`
894
+ # @return [Array<String>]
895
+ attr_accessor :unreachable
896
+
890
897
  def initialize(**args)
891
898
  update!(**args)
892
899
  end
@@ -895,6 +902,7 @@ module Google
895
902
  def update!(**args)
896
903
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
897
904
  @operations = args[:operations] if args.key?(:operations)
905
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
898
906
  end
899
907
  end
900
908
 
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251006"
25
+ REVISION = "20251106"
26
26
  end
27
27
  end
28
28
  end
@@ -462,6 +462,7 @@ module Google
462
462
  property :next_page_token, as: 'nextPageToken'
463
463
  collection :operations, as: 'operations', class: Google::Apis::DatafusionV1beta1::Operation, decorator: Google::Apis::DatafusionV1beta1::Operation::Representation
464
464
 
465
+ collection :unreachable, as: 'unreachable'
465
466
  end
466
467
  end
467
468
 
@@ -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. Unless explicitly documented otherwise, don't use this unsupported
95
- # field which is primarily intended for internal usage.
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
@@ -936,6 +936,13 @@ module Google
936
936
  # The standard list page size.
937
937
  # @param [String] page_token
938
938
  # The standard list page token.
939
+ # @param [Boolean] return_partial_success
940
+ # When set to `true`, operations that are reachable are returned as normal, and
941
+ # those that are unreachable are returned in the [ListOperationsResponse.
942
+ # unreachable] field. This can only be `true` when reading across collections e.
943
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
944
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
945
+ # explicitly documented otherwise in service or product specific documentation.
939
946
  # @param [String] fields
940
947
  # Selector specifying which fields to include in a partial response.
941
948
  # @param [String] quota_user
@@ -953,7 +960,7 @@ module Google
953
960
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
954
961
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
955
962
  # @raise [Google::Apis::AuthorizationError] Authorization is required
956
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
963
+ def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
957
964
  command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
958
965
  command.response_representation = Google::Apis::DatafusionV1beta1::ListOperationsResponse::Representation
959
966
  command.response_class = Google::Apis::DatafusionV1beta1::ListOperationsResponse
@@ -961,6 +968,7 @@ module Google
961
968
  command.query['filter'] = filter unless filter.nil?
962
969
  command.query['pageSize'] = page_size unless page_size.nil?
963
970
  command.query['pageToken'] = page_token unless page_token.nil?
971
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
964
972
  command.query['fields'] = fields unless fields.nil?
965
973
  command.query['quotaUser'] = quota_user unless quota_user.nil?
966
974
  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.40.0
4
+ version: 0.41.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.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.41.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: