google-apis-bigquerydatatransfer_v1 0.34.0 → 0.36.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a58947f1126517f572f73a97e8cdb79bdc56c870fec02f0290f717d7fb81d09
4
- data.tar.gz: ac9d500796c2dc4b74869c146ad287c2cfc6e1906688dbb479b52e63ae760540
3
+ metadata.gz: 535da072b4946d358d7b8c86cd4504ea3706ca02ef25bf006167da149d229b48
4
+ data.tar.gz: 294c5379e8c0a83eccd137e2303b26f8affc04c14867ca6301dc1494a4be56df
5
5
  SHA512:
6
- metadata.gz: 809f3e3b105bb8447d80e9ca450cc2ee75d5e7432dc960aa5b7e51a20a8dadd413942c714c328073eb0a4461f5347433444567994d08fc60c66dae760f74d628
7
- data.tar.gz: c70bf5d5fc2859bc6ca9704c6ed662077d8a8332af0b70c064b4ed679837ca63a34d3adad5c7b7b2f3d1d8a043bf0bd6cc82e46137c2279b5a2987960c12ef10
6
+ metadata.gz: 44765fda6dd8bdcb2e61984285b201396011edb2bb592f029e1ab1152246d0ab23966039564dcd2c0a47bb01766d140d0fc8869706921d062cc1da6f63f58d23
7
+ data.tar.gz: 126f943ec7f60195200970c9f3fa3998c0bfad26b42b5291cf53048c28e19f4bde93d3e6c1c73f75a4f120882137c4d93cae1292fcabbc2b983345c113d7eb28
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.36.0 (2024-01-23)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
7
+ ### v0.35.0 (2023-09-03)
8
+
9
+ * Regenerated from discovery document revision 20230827
10
+
3
11
  ### v0.34.0 (2023-08-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20230722
@@ -828,10 +828,11 @@ module Google
828
828
  # @return [Google::Apis::BigquerydatatransferV1::EncryptionConfiguration]
829
829
  attr_accessor :encryption_configuration
830
830
 
831
- # The resource name of the transfer config. Transfer config names have the form `
832
- # projects/`project_id`/locations/`region`/transferConfigs/`config_id``. Where `
833
- # config_id` is usually a uuid, even though it is not guaranteed or required.
834
- # The name is ignored when creating a transfer config.
831
+ # The resource name of the transfer config. Transfer config names have the form
832
+ # either `projects/`project_id`/locations/`region`/transferConfigs/`config_id``
833
+ # or `projects/`project_id`/transferConfigs/`config_id``, where `config_id` is
834
+ # usually a UUID, even though it is not guaranteed or required. The name is
835
+ # ignored when creating a transfer config.
835
836
  # Corresponds to the JSON property `name`
836
837
  # @return [String]
837
838
  attr_accessor :name
@@ -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.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230722"
25
+ REVISION = "20230827"
26
26
  end
27
27
  end
28
28
  end
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://cloud.google.com/bigquery-transfer/
35
35
  class BigQueryDataTransferService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://bigquerydatatransfer.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://bigquerydatatransfer.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-bigquerydatatransfer_v1',
49
51
  client_version: Google::Apis::BigquerydatatransferV1::GEM_VERSION)
50
52
  @batch_path = 'batch'
@@ -600,10 +602,11 @@ module Google
600
602
  # Updates a data transfer configuration. All fields must be set, even if they
601
603
  # are not updated.
602
604
  # @param [String] name
603
- # The resource name of the transfer config. Transfer config names have the form `
604
- # projects/`project_id`/locations/`region`/transferConfigs/`config_id``. Where `
605
- # config_id` is usually a uuid, even though it is not guaranteed or required.
606
- # The name is ignored when creating a transfer config.
605
+ # The resource name of the transfer config. Transfer config names have the form
606
+ # either `projects/`project_id`/locations/`region`/transferConfigs/`config_id``
607
+ # or `projects/`project_id`/transferConfigs/`config_id``, where `config_id` is
608
+ # usually a UUID, even though it is not guaranteed or required. The name is
609
+ # ignored when creating a transfer config.
607
610
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
608
611
  # @param [String] authorization_code
609
612
  # Optional OAuth2 authorization code to use with this transfer configuration.
@@ -1083,10 +1086,11 @@ module Google
1083
1086
  # Updates a data transfer configuration. All fields must be set, even if they
1084
1087
  # are not updated.
1085
1088
  # @param [String] name
1086
- # The resource name of the transfer config. Transfer config names have the form `
1087
- # projects/`project_id`/locations/`region`/transferConfigs/`config_id``. Where `
1088
- # config_id` is usually a uuid, even though it is not guaranteed or required.
1089
- # The name is ignored when creating a transfer config.
1089
+ # The resource name of the transfer config. Transfer config names have the form
1090
+ # either `projects/`project_id`/locations/`region`/transferConfigs/`config_id``
1091
+ # or `projects/`project_id`/transferConfigs/`config_id``, where `config_id` is
1092
+ # usually a UUID, even though it is not guaranteed or required. The name is
1093
+ # ignored when creating a transfer config.
1090
1094
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
1091
1095
  # @param [String] authorization_code
1092
1096
  # Optional OAuth2 authorization code to use with this transfer configuration.
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.34.0
4
+ version: 0.36.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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/main/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquerydatatransfer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BigQuery Data Transfer API V1