google-cloud-bigquery-data_transfer-v1 0.13.0 → 0.14.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: 9967d1e96a9556b5a2d13f264098c7b9368c29e3b1291023741e4f43e4c15c3b
4
- data.tar.gz: 6f0b0074e3bb968e72cd7e84b71ca091a76fbfb98bc5b1bfdab2f405fcd66bab
3
+ metadata.gz: 8499f63dba6a39ded4d0b1fed57bc5bf20ed9b9f6b10cc3d1d6dc37857587b7a
4
+ data.tar.gz: f3bab4d37e5aae5dd649ba03ccc9d2594acb4523d92c5a3b5e9f10de63c569b5
5
5
  SHA512:
6
- metadata.gz: 4e22e7d7cd6b17429d4d1950927c26889e2d157eab59d8b77654289702f8f48b90a48d811fd8974129131363cc06811371487a1e8bfedf33c004ccd16e99d7ab
7
- data.tar.gz: 830d04b3f9f533c851bf6b741bd0681b8facf67312942205877ecc36c6d4f7f744048c6fbf1313fd30b2d861a53a5e88e0db5d1724e07242b34916194a1537fb
6
+ metadata.gz: 219cf042904714047a277edef675092726b74ed2cb523e61c01cc2710159a8cdb34d17aa2be256f30e4793bc5ea2678bcfc90488e9810fa5d0a33504bb7d0ca9
7
+ data.tar.gz: a2357ea989dcd596cfeb4956b1df4cdf112a9de571215e50316807a808d81bef209f853a9a4761b0e5facecfdd799e6c08e76dec0c87bde150343bff69f3bafc
data/README.md CHANGED
@@ -76,7 +76,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
76
76
 
77
77
  ## Supported Ruby Versions
78
78
 
79
- This library is supported on Ruby 2.6+.
79
+ This library is supported on Ruby 2.7+.
80
80
 
81
81
  Google provides official support for Ruby versions that are actively supported
82
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1726,7 +1726,8 @@ module Google
1726
1726
  # Unenroll data sources in a user project. This allows users to remove
1727
1727
  # transfer configurations for these data sources. They will no longer appear
1728
1728
  # in the ListDataSources RPC and will also no longer appear in the [BigQuery
1729
- # UI](https://console.cloud.google.com/bigquery).
1729
+ # UI](https://console.cloud.google.com/bigquery). Data transfers
1730
+ # configurations of unenrolled data sources will not be scheduled.
1730
1731
  #
1731
1732
  # @overload unenroll_data_sources(request, options = nil)
1732
1733
  # Pass arguments to `unenroll_data_sources` via a request object, either of type
@@ -1613,7 +1613,8 @@ module Google
1613
1613
  # Unenroll data sources in a user project. This allows users to remove
1614
1614
  # transfer configurations for these data sources. They will no longer appear
1615
1615
  # in the ListDataSources RPC and will also no longer appear in the [BigQuery
1616
- # UI](https://console.cloud.google.com/bigquery).
1616
+ # UI](https://console.cloud.google.com/bigquery). Data transfers
1617
+ # configurations of unenrolled data sources will not be scheduled.
1617
1618
  #
1618
1619
  # @overload unenroll_data_sources(request, options = nil)
1619
1620
  # Pass arguments to `unenroll_data_sources` via a request object, either of type
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataTransfer
24
24
  module V1
25
- VERSION = "0.13.0"
25
+ VERSION = "0.14.0"
26
26
  end
27
27
  end
28
28
  end
@@ -85,7 +85,8 @@ module Google
85
85
  # Unenroll data sources in a user project. This allows users to remove
86
86
  # transfer configurations for these data sources. They will no longer appear
87
87
  # in the ListDataSources RPC and will also no longer appear in the [BigQuery
88
- # UI](https://console.cloud.google.com/bigquery).
88
+ # UI](https://console.cloud.google.com/bigquery). Data transfers
89
+ # configurations of unenrolled data sources will not be scheduled.
89
90
  rpc :UnenrollDataSources, ::Google::Cloud::Bigquery::DataTransfer::V1::UnenrollDataSourcesRequest, ::Google::Protobuf::Empty
90
91
  end
91
92
 
@@ -44,13 +44,13 @@ module Google
44
44
  # Specifies time to start scheduling transfer runs. The first run will be
45
45
  # scheduled at or after the start time according to a recurrence pattern
46
46
  # defined in the schedule string. The start time can be changed at any
47
- # moment. The time when a data transfer can be trigerred manually is not
47
+ # moment. The time when a data transfer can be triggered manually is not
48
48
  # limited by this option.
49
49
  # @!attribute [rw] end_time
50
50
  # @return [::Google::Protobuf::Timestamp]
51
51
  # Defines time to stop scheduling transfer runs. A transfer run cannot be
52
52
  # scheduled at or after the end time. The end time can be changed at any
53
- # moment. The time when a data transfer can be trigerred manually is not
53
+ # moment. The time when a data transfer can be triggered manually is not
54
54
  # limited by this option.
55
55
  class ScheduleOptions
56
56
  include ::Google::Protobuf::MessageExts
@@ -102,8 +102,7 @@ module Google
102
102
  # @return [::String]
103
103
  # Data transfer schedule.
104
104
  # If the data source does not support a custom schedule, this should be
105
- # empty. If it is empty, the default value for the data source will be
106
- # used.
105
+ # empty. If it is empty, the default value for the data source will be used.
107
106
  # The specified times are in UTC.
108
107
  # Examples of valid format:
109
108
  # `1st,3rd monday of month 15:30`,
@@ -123,12 +122,12 @@ module Google
123
122
  # For example, if `data_refresh_window_days = 10`, then every day
124
123
  # BigQuery reingests data for [today-10, today-1], rather than ingesting data
125
124
  # for just [today-1].
126
- # Only valid if the data source supports the feature. Set the value to 0
125
+ # Only valid if the data source supports the feature. Set the value to 0
127
126
  # to use the default value.
128
127
  # @!attribute [rw] disabled
129
128
  # @return [::Boolean]
130
- # Is this config disabled. When set to true, no runs are scheduled
131
- # for a given transfer.
129
+ # Is this config disabled. When set to true, no runs will be scheduled for
130
+ # this transfer config.
132
131
  # @!attribute [r] update_time
133
132
  # @return [::Google::Protobuf::Timestamp]
134
133
  # Output only. Data transfer modification time. Ignored by server on input.
@@ -150,7 +149,7 @@ module Google
150
149
  # associated with this transfer config finish.
151
150
  #
152
151
  # The format for specifying a pubsub topic is:
153
- # `projects/{project}/topics/{topic}`
152
+ # `projects/{project_id}/topics/{topic_id}`
154
153
  # @!attribute [rw] email_preferences
155
154
  # @return [::Google::Cloud::Bigquery::DataTransfer::V1::EmailPreferences]
156
155
  # Email notifications will be sent according to these preferences
@@ -241,7 +240,7 @@ module Google
241
240
  # transfer run finishes.
242
241
  #
243
242
  # The format for specifying a pubsub topic is:
244
- # `projects/{project}/topics/{topic}`
243
+ # `projects/{project_id}/topics/{topic_id}`
245
244
  # @!attribute [r] email_preferences
246
245
  # @return [::Google::Cloud::Bigquery::DataTransfer::V1::EmailPreferences]
247
246
  # Output only. Email notifications will be sent according to these
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_transfer-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-16 00:00:00.000000000 Z
11
+ date: 2024-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -64,118 +64,6 @@ dependencies:
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
66
  version: 2.a
67
- - !ruby/object:Gem::Dependency
68
- name: google-style
69
- requirement: !ruby/object:Gem::Requirement
70
- requirements:
71
- - - "~>"
72
- - !ruby/object:Gem::Version
73
- version: 1.26.3
74
- type: :development
75
- prerelease: false
76
- version_requirements: !ruby/object:Gem::Requirement
77
- requirements:
78
- - - "~>"
79
- - !ruby/object:Gem::Version
80
- version: 1.26.3
81
- - !ruby/object:Gem::Dependency
82
- name: minitest
83
- requirement: !ruby/object:Gem::Requirement
84
- requirements:
85
- - - "~>"
86
- - !ruby/object:Gem::Version
87
- version: '5.16'
88
- type: :development
89
- prerelease: false
90
- version_requirements: !ruby/object:Gem::Requirement
91
- requirements:
92
- - - "~>"
93
- - !ruby/object:Gem::Version
94
- version: '5.16'
95
- - !ruby/object:Gem::Dependency
96
- name: minitest-focus
97
- requirement: !ruby/object:Gem::Requirement
98
- requirements:
99
- - - "~>"
100
- - !ruby/object:Gem::Version
101
- version: '1.1'
102
- type: :development
103
- prerelease: false
104
- version_requirements: !ruby/object:Gem::Requirement
105
- requirements:
106
- - - "~>"
107
- - !ruby/object:Gem::Version
108
- version: '1.1'
109
- - !ruby/object:Gem::Dependency
110
- name: minitest-rg
111
- requirement: !ruby/object:Gem::Requirement
112
- requirements:
113
- - - "~>"
114
- - !ruby/object:Gem::Version
115
- version: '5.2'
116
- type: :development
117
- prerelease: false
118
- version_requirements: !ruby/object:Gem::Requirement
119
- requirements:
120
- - - "~>"
121
- - !ruby/object:Gem::Version
122
- version: '5.2'
123
- - !ruby/object:Gem::Dependency
124
- name: rake
125
- requirement: !ruby/object:Gem::Requirement
126
- requirements:
127
- - - ">="
128
- - !ruby/object:Gem::Version
129
- version: '13.0'
130
- type: :development
131
- prerelease: false
132
- version_requirements: !ruby/object:Gem::Requirement
133
- requirements:
134
- - - ">="
135
- - !ruby/object:Gem::Version
136
- version: '13.0'
137
- - !ruby/object:Gem::Dependency
138
- name: redcarpet
139
- requirement: !ruby/object:Gem::Requirement
140
- requirements:
141
- - - "~>"
142
- - !ruby/object:Gem::Version
143
- version: '3.0'
144
- type: :development
145
- prerelease: false
146
- version_requirements: !ruby/object:Gem::Requirement
147
- requirements:
148
- - - "~>"
149
- - !ruby/object:Gem::Version
150
- version: '3.0'
151
- - !ruby/object:Gem::Dependency
152
- name: simplecov
153
- requirement: !ruby/object:Gem::Requirement
154
- requirements:
155
- - - "~>"
156
- - !ruby/object:Gem::Version
157
- version: '0.18'
158
- type: :development
159
- prerelease: false
160
- version_requirements: !ruby/object:Gem::Requirement
161
- requirements:
162
- - - "~>"
163
- - !ruby/object:Gem::Version
164
- version: '0.18'
165
- - !ruby/object:Gem::Dependency
166
- name: yard
167
- requirement: !ruby/object:Gem::Requirement
168
- requirements:
169
- - - "~>"
170
- - !ruby/object:Gem::Version
171
- version: '0.9'
172
- type: :development
173
- prerelease: false
174
- version_requirements: !ruby/object:Gem::Requirement
175
- requirements:
176
- - - "~>"
177
- - !ruby/object:Gem::Version
178
- version: '0.9'
179
67
  description: Schedules queries and transfers external data from SaaS applications
180
68
  to Google BigQuery on a regular basis. Note that google-cloud-bigquery-data_transfer-v1
181
69
  is a version-specific client library. For most uses, we recommend installing the
@@ -232,14 +120,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
232
120
  requirements:
233
121
  - - ">="
234
122
  - !ruby/object:Gem::Version
235
- version: '2.6'
123
+ version: '2.7'
236
124
  required_rubygems_version: !ruby/object:Gem::Requirement
237
125
  requirements:
238
126
  - - ">="
239
127
  - !ruby/object:Gem::Version
240
128
  version: '0'
241
129
  requirements: []
242
- rubygems_version: 3.5.3
130
+ rubygems_version: 3.5.6
243
131
  signing_key:
244
132
  specification_version: 4
245
133
  summary: Schedule queries or transfer external data from SaaS applications to Google