Skip to content

Commit

Permalink
fix(bigquerydatatransfer): update the API
Browse files Browse the repository at this point in the history
#### bigquerydatatransfer:v1

The following keys were changed:
- resources.projects.resources.locations.methods.unenrollDataSources.description
- schemas.ScheduleOptions.properties.endTime.description
- schemas.ScheduleOptions.properties.startTime.description
- schemas.TransferConfig.properties.disabled.description
- schemas.TransferConfig.properties.notificationPubsubTopic.description
- schemas.TransferRun.properties.notificationPubsubTopic.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 8, 2024
1 parent e4b9a48 commit 05c5eb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions discovery/bigquerydatatransfer-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
]
},
"unenrollDataSources": {
"description": "Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the [BigQuery UI](https://console.cloud.google.com/bigquery).",
"description": "Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the [BigQuery UI](https://console.cloud.google.com/bigquery). Data transfers configurations of unenrolled data sources will not be scheduled.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}:unenrollDataSources",
"httpMethod": "POST",
"id": "bigquerydatatransfer.projects.locations.unenrollDataSources",
Expand Down Expand Up @@ -1371,7 +1371,7 @@
}
}
},
"revision": "20240130",
"revision": "20240202",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down Expand Up @@ -1795,12 +1795,12 @@
"type": "boolean"
},
"endTime": {
"description": "Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.",
"description": "Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.",
"format": "google-datetime",
"type": "string"
},
"startTime": {
"description": "Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.",
"description": "Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.",
"format": "google-datetime",
"type": "string"
}
Expand Down Expand Up @@ -1935,7 +1935,7 @@
"type": "string"
},
"disabled": {
"description": "Is this config disabled. When set to true, no runs are scheduled for a given transfer.",
"description": "Is this config disabled. When set to true, no runs will be scheduled for this transfer config.",
"type": "boolean"
},
"displayName": {
Expand All @@ -1961,7 +1961,7 @@
"type": "string"
},
"notificationPubsubTopic": {
"description": "Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: `projects/{project}/topics/{topic}`",
"description": "Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: `projects/{project_id}/topics/{topic_id}`",
"type": "string"
},
"ownerInfo": {
Expand Down Expand Up @@ -2086,7 +2086,7 @@
"type": "string"
},
"notificationPubsubTopic": {
"description": "Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: `projects/{project}/topics/{topic}`",
"description": "Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: `projects/{project_id}/topics/{topic_id}`",
"readOnly": true,
"type": "string"
},
Expand Down
12 changes: 6 additions & 6 deletions src/apis/bigquerydatatransfer/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ export namespace bigquerydatatransfer_v1 {
*/
disableAutoScheduling?: boolean | null;
/**
* Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
* Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.
*/
endTime?: string | null;
/**
* Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
* Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.
*/
startTime?: string | null;
}
Expand Down Expand Up @@ -516,7 +516,7 @@ export namespace bigquerydatatransfer_v1 {
*/
destinationDatasetId?: string | null;
/**
* Is this config disabled. When set to true, no runs are scheduled for a given transfer.
* Is this config disabled. When set to true, no runs will be scheduled for this transfer config.
*/
disabled?: boolean | null;
/**
Expand All @@ -540,7 +540,7 @@ export namespace bigquerydatatransfer_v1 {
*/
nextRunTime?: string | null;
/**
* Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: `projects/{project\}/topics/{topic\}`
* Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: `projects/{project_id\}/topics/{topic_id\}`
*/
notificationPubsubTopic?: string | null;
/**
Expand Down Expand Up @@ -618,7 +618,7 @@ export namespace bigquerydatatransfer_v1 {
*/
name?: string | null;
/**
* Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: `projects/{project\}/topics/{topic\}`
* Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: `projects/{project_id\}/topics/{topic_id\}`
*/
notificationPubsubTopic?: string | null;
/**
Expand Down Expand Up @@ -1385,7 +1385,7 @@ export namespace bigquerydatatransfer_v1 {
}

/**
* Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the [BigQuery UI](https://console.cloud.google.com/bigquery).
* Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the [BigQuery UI](https://console.cloud.google.com/bigquery). Data transfers configurations of unenrolled data sources will not be scheduled.
*
* @param params - Parameters for request
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
Expand Down

0 comments on commit 05c5eb7

Please sign in to comment.