google-apis-bigquerydatatransfer_v1 0.10.0 → 0.11.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: 9122cfefb8d4c2d0dd97c8cffa9d82c9973cb72781086b5668e557c4fc8e44e8
4
- data.tar.gz: 7b2e943be7a95af45c0a42195471ce94240db0dd0d27b258f699477446c4fb79
3
+ metadata.gz: 032be7e81a8b3b2b2246cd9e863981f128a54fa643d41b3ec96ac3b3d8d6520e
4
+ data.tar.gz: 7e6378b702500b0efe843936749fd1eea09089c026579ba936fe1ed1c9a59830
5
5
  SHA512:
6
- metadata.gz: ee49e0b0a38e426422ef28cd2148f7431def9b4e58ea728a3428b246ad518f545750ef8c9acf1752e6504cb3091c06f6708a97ac0418ea8d57e0f908e5898c57
7
- data.tar.gz: 8cc50448429a6d13ce0aaaccf42060a02fc5fc6228657fc8fcb7a5ce371a66c6e25b8161c8f4186cd61f5d005bc0afcec2c4598c925a46256e50f22e915706be
6
+ metadata.gz: ee117e0b0d4ee3d300336ae58aa7a6ac77c70cedea115a76f06b5b08023c9109bff737491d36c16dc4441ab416715f1f5452259170de66f984c28447a419538c
7
+ data.tar.gz: 717cadd1c1a51aec7151555caf53c17a3a92244b7d4106635c9a9cddf011035d6c459ad45021860557215c062528bb133ec1204bacc935838cd97e64fbd16eac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.11.0 (2021-07-22)
4
+
5
+ * Regenerated from discovery document revision 20210717
6
+
3
7
  ### v0.10.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210418"
25
+ REVISION = "20210717"
26
26
  end
27
27
  end
28
28
  end
@@ -478,7 +478,8 @@ module Google
478
478
  execute_or_queue_command(command, &block)
479
479
  end
480
480
 
481
- # Returns information about all data transfers in the project.
481
+ # Returns information about all transfer configs owned by a project in the
482
+ # specified location.
482
483
  # @param [String] parent
483
484
  # Required. The BigQuery project id for which data sources should be returned: `
484
485
  # projects/`project_id`` or `projects/`project_id`/locations/`location_id``
@@ -948,7 +949,8 @@ module Google
948
949
  execute_or_queue_command(command, &block)
949
950
  end
950
951
 
951
- # Returns information about all data transfers in the project.
952
+ # Returns information about all transfer configs owned by a project in the
953
+ # specified location.
952
954
  # @param [String] parent
953
955
  # Required. The BigQuery project id for which data sources should be returned: `
954
956
  # projects/`project_id`` or `projects/`project_id`/locations/`location_id``
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigquerydatatransfer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquerydatatransfer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []