google-apis-bigquerydatatransfer_v1 0.2.0 → 0.3.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: ada49892db7613a48caf0278a7151566d0f0073c1592949c6eedc293f842ee1b
4
- data.tar.gz: 5c8d5f3ca3176007466ff8dafff37ed49a35512032aa7d2a2252c87a70352cb2
3
+ metadata.gz: 5b5ac1e553c1ef14a3e5356a9a728ae9f056877d0708260b0d95a9261ec50697
4
+ data.tar.gz: f500c3ebe215b101b450813f41edf31f3c6f0f621c21a15e6b8433dddaf7b891
5
5
  SHA512:
6
- metadata.gz: 7d1c91c601db38c25daedff2c066abab72824144ec2dd825697beaf19ed0d34931b2b821ed108c1ea28073539ca834546c8d9ccff351fbb05983815f936968dc
7
- data.tar.gz: 2a269c400b2245a244ba913021dafce8366a33d1d415262a42259f800623959003251495e628705b36bdd855032761483da5890fc62768f0f590745fc2310d99
6
+ metadata.gz: b1383e40244cd365912a1480ee2e567b9537f60b6a9b8f2175395376e82d45c27762db43071ca81e46838e82d258a12f67f017a417e928638cc3bdb3a1da4c19
7
+ data.tar.gz: 9e4d554ae87d2b6c9e628d1a7fd5e60f8358c222279fb64f04fbd25996dcd657c44cc813de80e350b093680add1be0cdd8f0b68baaf35dcc2708d1bb33fb2ecd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.3.0 (2021-02-25)
4
+
5
+ * Regenerated from discovery document revision 20210221
6
+
3
7
  ### v0.2.0 (2021-01-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20201230
@@ -785,12 +785,10 @@ module Google
785
785
  # @return [Google::Apis::BigquerydatatransferV1::EmailPreferences]
786
786
  attr_accessor :email_preferences
787
787
 
788
- # The resource name of the transfer config. Transfer config names have the form
789
- # of `projects/`project_id`/locations/`region`/transferConfigs/`config_id``. The
790
- # name is automatically generated based on the config_id specified in
791
- # CreateTransferConfigRequest along with project_id and region. If config_id is
792
- # not provided, usually a uuid, even though it is not guaranteed or required,
793
- # will be generated for config_id.
788
+ # The resource name of the transfer config. Transfer config names have the form `
789
+ # projects/`project_id`/locations/`region`/transferConfigs/`config_id``. Where `
790
+ # config_id` is usually a uuid, even though it is not guaranteed or required.
791
+ # The name is ignored when creating a transfer config.
794
792
  # Corresponds to the JSON property `name`
795
793
  # @return [String]
796
794
  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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201230"
25
+ REVISION = "20210221"
26
26
  end
27
27
  end
28
28
  end
@@ -520,12 +520,10 @@ module Google
520
520
  # Updates a data transfer configuration. All fields must be set, even if they
521
521
  # are not updated.
522
522
  # @param [String] name
523
- # The resource name of the transfer config. Transfer config names have the form
524
- # of `projects/`project_id`/locations/`region`/transferConfigs/`config_id``. The
525
- # name is automatically generated based on the config_id specified in
526
- # CreateTransferConfigRequest along with project_id and region. If config_id is
527
- # not provided, usually a uuid, even though it is not guaranteed or required,
528
- # will be generated for config_id.
523
+ # The resource name of the transfer config. Transfer config names have the form `
524
+ # projects/`project_id`/locations/`region`/transferConfigs/`config_id``. Where `
525
+ # config_id` is usually a uuid, even though it is not guaranteed or required.
526
+ # The name is ignored when creating a transfer config.
529
527
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
530
528
  # @param [String] authorization_code
531
529
  # Optional OAuth2 authorization code to use with this transfer configuration. If
@@ -992,12 +990,10 @@ module Google
992
990
  # Updates a data transfer configuration. All fields must be set, even if they
993
991
  # are not updated.
994
992
  # @param [String] name
995
- # The resource name of the transfer config. Transfer config names have the form
996
- # of `projects/`project_id`/locations/`region`/transferConfigs/`config_id``. The
997
- # name is automatically generated based on the config_id specified in
998
- # CreateTransferConfigRequest along with project_id and region. If config_id is
999
- # not provided, usually a uuid, even though it is not guaranteed or required,
1000
- # will be generated for config_id.
993
+ # The resource name of the transfer config. Transfer config names have the form `
994
+ # projects/`project_id`/locations/`region`/transferConfigs/`config_id``. Where `
995
+ # config_id` is usually a uuid, even though it is not guaranteed or required.
996
+ # The name is ignored when creating a transfer config.
1001
997
  # @param [Google::Apis::BigquerydatatransferV1::TransferConfig] transfer_config_object
1002
998
  # @param [String] authorization_code
1003
999
  # Optional OAuth2 authorization code to use with this transfer configuration. If
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.2.0
4
+ version: 0.3.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-02-08 00:00:00.000000000 Z
11
+ date: 2021-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquerydatatransfer_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquerydatatransfer_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.11
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for BigQuery Data Transfer API V1