Skip to content

Commit 52de288

Browse files
chore(bigquerydatatransfer): update the api
#### bigquerydatatransfer:v1 The following keys were changed: - documentationLink (Total Keys: 1) - resources.projects.resources.locations.resources.transferConfigs.methods.patch.parameters.name (Total Keys: 1) - resources.projects.resources.locations.resources.transferConfigs.resources.runs.methods.list.parameters.states (Total Keys: 1) - resources.projects.resources.transferConfigs.methods.patch.parameters.name (Total Keys: 1) - resources.projects.resources.transferConfigs.resources.runs.methods.list.parameters.states (Total Keys: 1) - revision (Total Keys: 1) - schemas.TransferConfig.properties.name (Total Keys: 1) - schemas.TransferConfig.properties.state (Total Keys: 1) - schemas.TransferRun.properties.state (Total Keys: 1)
1 parent a7b9f4c commit 52de288

5 files changed

+2027
-2027
lines changed

docs/dyn/bigquerydatatransfer_v1.projects.locations.transferConfigs.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3>Method Details</h3>
131131
&quot;emailPreferences&quot;: { # Represents preferences for sending email notifications for transfer run events. # Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
132132
&quot;enableFailureEmail&quot;: True or False, # If true, email notifications will be sent on transfer run failures.
133133
},
134-
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form of `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. The name is automatically generated based on the config_id specified in CreateTransferConfigRequest along with project_id and region. If config_id is not provided, usually a uuid, even though it is not guaranteed or required, will be generated for config_id.
134+
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
135135
&quot;nextRunTime&quot;: &quot;A String&quot;, # Output only. Next time when data transfer will run.
136136
&quot;notificationPubsubTopic&quot;: &quot;A String&quot;, # Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish.
137137
&quot;params&quot;: { # Data transfer specific parameters.
@@ -169,7 +169,7 @@ <h3>Method Details</h3>
169169
&quot;emailPreferences&quot;: { # Represents preferences for sending email notifications for transfer run events. # Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
170170
&quot;enableFailureEmail&quot;: True or False, # If true, email notifications will be sent on transfer run failures.
171171
},
172-
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form of `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. The name is automatically generated based on the config_id specified in CreateTransferConfigRequest along with project_id and region. If config_id is not provided, usually a uuid, even though it is not guaranteed or required, will be generated for config_id.
172+
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
173173
&quot;nextRunTime&quot;: &quot;A String&quot;, # Output only. Next time when data transfer will run.
174174
&quot;notificationPubsubTopic&quot;: &quot;A String&quot;, # Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish.
175175
&quot;params&quot;: { # Data transfer specific parameters.
@@ -229,7 +229,7 @@ <h3>Method Details</h3>
229229
&quot;emailPreferences&quot;: { # Represents preferences for sending email notifications for transfer run events. # Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
230230
&quot;enableFailureEmail&quot;: True or False, # If true, email notifications will be sent on transfer run failures.
231231
},
232-
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form of `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. The name is automatically generated based on the config_id specified in CreateTransferConfigRequest along with project_id and region. If config_id is not provided, usually a uuid, even though it is not guaranteed or required, will be generated for config_id.
232+
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
233233
&quot;nextRunTime&quot;: &quot;A String&quot;, # Output only. Next time when data transfer will run.
234234
&quot;notificationPubsubTopic&quot;: &quot;A String&quot;, # Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish.
235235
&quot;params&quot;: { # Data transfer specific parameters.
@@ -277,7 +277,7 @@ <h3>Method Details</h3>
277277
&quot;emailPreferences&quot;: { # Represents preferences for sending email notifications for transfer run events. # Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
278278
&quot;enableFailureEmail&quot;: True or False, # If true, email notifications will be sent on transfer run failures.
279279
},
280-
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form of `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. The name is automatically generated based on the config_id specified in CreateTransferConfigRequest along with project_id and region. If config_id is not provided, usually a uuid, even though it is not guaranteed or required, will be generated for config_id.
280+
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
281281
&quot;nextRunTime&quot;: &quot;A String&quot;, # Output only. Next time when data transfer will run.
282282
&quot;notificationPubsubTopic&quot;: &quot;A String&quot;, # Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish.
283283
&quot;params&quot;: { # Data transfer specific parameters.
@@ -316,7 +316,7 @@ <h3>Method Details</h3>
316316
<pre>Updates a data transfer configuration. All fields must be set, even if they are not updated.
317317

318318
Args:
319-
name: string, The resource name of the transfer config. Transfer config names have the form of `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. The name is automatically generated based on the config_id specified in CreateTransferConfigRequest along with project_id and region. If config_id is not provided, usually a uuid, even though it is not guaranteed or required, will be generated for config_id. (required)
319+
name: string, The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config. (required)
320320
body: object, The request body.
321321
The object takes the form of:
322322

@@ -330,7 +330,7 @@ <h3>Method Details</h3>
330330
&quot;emailPreferences&quot;: { # Represents preferences for sending email notifications for transfer run events. # Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
331331
&quot;enableFailureEmail&quot;: True or False, # If true, email notifications will be sent on transfer run failures.
332332
},
333-
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form of `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. The name is automatically generated based on the config_id specified in CreateTransferConfigRequest along with project_id and region. If config_id is not provided, usually a uuid, even though it is not guaranteed or required, will be generated for config_id.
333+
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
334334
&quot;nextRunTime&quot;: &quot;A String&quot;, # Output only. Next time when data transfer will run.
335335
&quot;notificationPubsubTopic&quot;: &quot;A String&quot;, # Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish.
336336
&quot;params&quot;: { # Data transfer specific parameters.
@@ -369,7 +369,7 @@ <h3>Method Details</h3>
369369
&quot;emailPreferences&quot;: { # Represents preferences for sending email notifications for transfer run events. # Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.
370370
&quot;enableFailureEmail&quot;: True or False, # If true, email notifications will be sent on transfer run failures.
371371
},
372-
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form of `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. The name is automatically generated based on the config_id specified in CreateTransferConfigRequest along with project_id and region. If config_id is not provided, usually a uuid, even though it is not guaranteed or required, will be generated for config_id.
372+
&quot;name&quot;: &quot;A String&quot;, # The resource name of the transfer config. Transfer config names have the form `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`. Where `config_id` is usually a uuid, even though it is not guaranteed or required. The name is ignored when creating a transfer config.
373373
&quot;nextRunTime&quot;: &quot;A String&quot;, # Output only. Next time when data transfer will run.
374374
&quot;notificationPubsubTopic&quot;: &quot;A String&quot;, # Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish.
375375
&quot;params&quot;: { # Data transfer specific parameters.

docs/dyn/bigquerydatatransfer_v1.projects.locations.transferConfigs.runs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ <h3>Method Details</h3>
177177
LATEST - Only latest run per day should be returned.
178178
states: string, When specified, only transfer runs with requested states are returned. (repeated)
179179
Allowed values
180-
TRANSFER_STATE_UNSPECIFIED - State placeholder.
181-
PENDING - Data transfer is scheduled and is waiting to be picked up by data transfer backend.
182-
RUNNING - Data transfer is in progress.
183-
SUCCEEDED - Data transfer completed successfully.
184-
FAILED - Data transfer failed.
185-
CANCELLED - Data transfer is cancelled.
180+
TRANSFER_STATE_UNSPECIFIED - State placeholder (0).
181+
PENDING - Data transfer is scheduled and is waiting to be picked up by data transfer backend (2).
182+
RUNNING - Data transfer is in progress (3).
183+
SUCCEEDED - Data transfer completed successfully (4).
184+
FAILED - Data transfer failed (5).
185+
CANCELLED - Data transfer is cancelled (6).
186186
x__xgafv: string, V1 error format.
187187
Allowed values
188188
1 - v1 error format

0 commit comments

Comments
 (0)