google-apis-bigquerydatatransfer_v1 0.43.0 → 0.44.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: '0629d26bebba2582757fed7efb9f16bbf36264bc7121878bd9dddf3c22056f47'
4
- data.tar.gz: 9a7e50de6a2be97e39ae4bb298ab4d19a6d391c81da643c0c14bf8e265710c49
3
+ metadata.gz: 69c5b8b5ac1203079e1d1ee3749c37ecb5fd549e60c42503905f2c4192da20bf
4
+ data.tar.gz: 9c86cfbd2e2c1f458de8b8ff19476f72bcddf6f5e304f58cc7cf11487c3d4cfe
5
5
  SHA512:
6
- metadata.gz: 907a6a85dcd9a7a388373274fa91a2710b98d58c1b321755ef63940dac8f99c1201cc5b03dba4a8bbfa6c844c6334f47820493e5496c72fd2b95b9d53edffb44
7
- data.tar.gz: 5aace50e8f754e0f5333756837806499602563f80c1088c439640dabc72d89ddb7cba567618c5a812e3ba6b3765f8fa80b6976c4b114b71d3a087142d27d5e24
6
+ metadata.gz: c396209fbb4ce332d2cd746b09c6f14da833b21db65257a64f328a6a2cd2f08c6df1277a78c5095401b4d4c788bebafbf0dce651db6e4053050a4118a9161720
7
+ data.tar.gz: bc5f75863a7ac97e5fbe1098dfed574faeb60d0f78d3dc310066a915ea9ca791f6c86617524dcc282a994b6061d726292c79ddec0a050a00227b794c1149e391
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.44.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250326
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.43.0 (2024-09-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20240914
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigquerydatatransferV1
18
18
  # Version of the google-apis-bigquerydatatransfer_v1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240914"
25
+ REVISION = "20250326"
26
26
  end
27
27
  end
28
28
  end
@@ -272,6 +272,9 @@ module Google
272
272
  # Lists information about the supported locations for this service.
273
273
  # @param [String] name
274
274
  # The resource that owns the locations collection, if applicable.
275
+ # @param [Array<String>, String] extra_location_types
276
+ # Optional. A list of extra location types that should be used as conditions for
277
+ # controlling the visibility of the locations.
275
278
  # @param [String] filter
276
279
  # A filter to narrow down results to a preferred subset. The filtering language
277
280
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -299,11 +302,12 @@ module Google
299
302
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
300
303
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
301
304
  # @raise [Google::Apis::AuthorizationError] Authorization is required
302
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
305
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
303
306
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
304
307
  command.response_representation = Google::Apis::BigquerydatatransferV1::ListLocationsResponse::Representation
305
308
  command.response_class = Google::Apis::BigquerydatatransferV1::ListLocationsResponse
306
309
  command.params['name'] = name unless name.nil?
310
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
307
311
  command.query['filter'] = filter unless filter.nil?
308
312
  command.query['pageSize'] = page_size unless page_size.nil?
309
313
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigquerydatatransfer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-09-22 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.43.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.44.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for BigQuery Data Transfer API V1
82
79
  test_files: []