google-apis-bigquerydatatransfer_v1 0.37.0 → 0.39.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: 4d11898944a494f99071c2ac67b12b5b2a0fccd23a9c64f7391c13db6a4833bc
4
- data.tar.gz: f3d63ce9746b85d3d8983d9d37c320a704a0028ff02bbfa4724613673df879d9
3
+ metadata.gz: 59709a5a0f12f0686737894930ddcdf79e09ba235cb18be008af270adf917194
4
+ data.tar.gz: b74cf47c76d64a0b3024632e109997fef68a7e6390c650fb5dd5d45c13273bc3
5
5
  SHA512:
6
- metadata.gz: c79bb72ed1fa9328dec151de283ca77a3be1ada25b08a0eb68e1a54ceb2219c8b2752e2831a90e65a312c79b69d185bae3ec507a4b31fc04145a062f2c4736b0
7
- data.tar.gz: a726d8b1ac60cb8a81f0761e02ed4963464b489283369e733160154e5bad7d38c8f5251d50b1a99a874b35e989984bfedecc3a3ef518290e20e3a90ac15a1973
6
+ metadata.gz: 172e08539b0905df62691bd6670382a91fd8f6a7534d6ba1914991bd1b949cef0f318e56888a86f413e76113d6c9cb50408d29c5abc4f954e5b46acda80ded98
7
+ data.tar.gz: ec974dd6a8155a744a59f3cbd24860717619b5e5432ca7ad39c5cd774a6c900ffd392e3e6d542a93ffacfec0746f09abb506b7db1ba69fce6007c5b6be174296
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigquerydatatransfer_v1
2
2
 
3
+ ### v0.39.0 (2024-02-24)
4
+
5
+ * Regenerated using generator version 0.14.0
6
+
7
+ ### v0.38.0 (2024-02-11)
8
+
9
+ * Regenerated from discovery document revision 20240202
10
+
3
11
  ### v0.37.0 (2024-02-04)
4
12
 
5
13
  * Regenerated from discovery document revision 20240130
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/bigquery-transfer/) may pro
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -580,7 +580,7 @@ module Google
580
580
 
581
581
  # Defines time to stop scheduling transfer runs. A transfer run cannot be
582
582
  # scheduled at or after the end time. The end time can be changed at any moment.
583
- # The time when a data transfer can be trigerred manually is not limited by this
583
+ # The time when a data transfer can be triggered manually is not limited by this
584
584
  # option.
585
585
  # Corresponds to the JSON property `endTime`
586
586
  # @return [String]
@@ -589,7 +589,7 @@ module Google
589
589
  # Specifies time to start scheduling transfer runs. The first run will be
590
590
  # scheduled at or after the start time according to a recurrence pattern defined
591
591
  # in the schedule string. The start time can be changed at any moment. The time
592
- # when a data transfer can be trigerred manually is not limited by this option.
592
+ # when a data transfer can be triggered manually is not limited by this option.
593
593
  # Corresponds to the JSON property `startTime`
594
594
  # @return [String]
595
595
  attr_accessor :start_time
@@ -806,8 +806,8 @@ module Google
806
806
  # @return [String]
807
807
  attr_accessor :destination_dataset_id
808
808
 
809
- # Is this config disabled. When set to true, no runs are scheduled for a given
810
- # transfer.
809
+ # Is this config disabled. When set to true, no runs will be scheduled for this
810
+ # transfer config.
811
811
  # Corresponds to the JSON property `disabled`
812
812
  # @return [Boolean]
813
813
  attr_accessor :disabled
@@ -844,7 +844,7 @@ module Google
844
844
 
845
845
  # Pub/Sub topic where notifications will be sent after transfer runs associated
846
846
  # with this transfer config finish. The format for specifying a pubsub topic is:
847
- # `projects/`project`/topics/`topic``
847
+ # `projects/`project_id`/topics/`topic_id``
848
848
  # Corresponds to the JSON property `notificationPubsubTopic`
849
849
  # @return [String]
850
850
  attr_accessor :notification_pubsub_topic
@@ -997,7 +997,7 @@ module Google
997
997
 
998
998
  # Output only. Pub/Sub topic where a notification will be sent after this
999
999
  # transfer run finishes. The format for specifying a pubsub topic is: `projects/`
1000
- # project`/topics/`topic``
1000
+ # project_id`/topics/`topic_id``
1001
1001
  # Corresponds to the JSON property `notificationPubsubTopic`
1002
1002
  # @return [String]
1003
1003
  attr_accessor :notification_pubsub_topic
@@ -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.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240130"
25
+ REVISION = "20240202"
26
26
  end
27
27
  end
28
28
  end
@@ -315,7 +315,8 @@ module Google
315
315
  # Unenroll data sources in a user project. This allows users to remove transfer
316
316
  # configurations for these data sources. They will no longer appear in the
317
317
  # ListDataSources RPC and will also no longer appear in the [BigQuery UI](https:/
318
- # /console.cloud.google.com/bigquery).
318
+ # /console.cloud.google.com/bigquery). Data transfers configurations of
319
+ # unenrolled data sources will not be scheduled.
319
320
  # @param [String] name
320
321
  # The name of the project resource in the form: `projects/`project_id``
321
322
  # @param [Google::Apis::BigquerydatatransferV1::UnenrollDataSourcesRequest] unenroll_data_sources_request_object
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.37.0
4
+ version: 0.39.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: 2024-02-04 00:00:00.000000000 Z
11
+ date: 2024-02-25 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.12.0
19
+ version: 0.14.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.12.0
29
+ version: 0.14.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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigquerydatatransfer_v1/v0.39.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for BigQuery Data Transfer API V1