|
345 | 345 | ] |
346 | 346 | }, |
347 | 347 | "unenrollDataSources": { |
348 | | - "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).", |
| 348 | + "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.", |
349 | 349 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}:unenrollDataSources", |
350 | 350 | "httpMethod": "POST", |
351 | 351 | "id": "bigquerydatatransfer.projects.locations.unenrollDataSources", |
|
1371 | 1371 | } |
1372 | 1372 | } |
1373 | 1373 | }, |
1374 | | - "revision": "20240130", |
| 1374 | + "revision": "20240202", |
1375 | 1375 | "rootUrl": "https://bigquerydatatransfer.googleapis.com/", |
1376 | 1376 | "schemas": { |
1377 | 1377 | "CheckValidCredsRequest": { |
|
1795 | 1795 | "type": "boolean" |
1796 | 1796 | }, |
1797 | 1797 | "endTime": { |
1798 | | - "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.", |
| 1798 | + "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.", |
1799 | 1799 | "format": "google-datetime", |
1800 | 1800 | "type": "string" |
1801 | 1801 | }, |
1802 | 1802 | "startTime": { |
1803 | | - "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.", |
| 1803 | + "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.", |
1804 | 1804 | "format": "google-datetime", |
1805 | 1805 | "type": "string" |
1806 | 1806 | } |
|
1935 | 1935 | "type": "string" |
1936 | 1936 | }, |
1937 | 1937 | "disabled": { |
1938 | | - "description": "Is this config disabled. When set to true, no runs are scheduled for a given transfer.", |
| 1938 | + "description": "Is this config disabled. When set to true, no runs will be scheduled for this transfer config.", |
1939 | 1939 | "type": "boolean" |
1940 | 1940 | }, |
1941 | 1941 | "displayName": { |
|
1961 | 1961 | "type": "string" |
1962 | 1962 | }, |
1963 | 1963 | "notificationPubsubTopic": { |
1964 | | - "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}`", |
| 1964 | + "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}`", |
1965 | 1965 | "type": "string" |
1966 | 1966 | }, |
1967 | 1967 | "ownerInfo": { |
|
2086 | 2086 | "type": "string" |
2087 | 2087 | }, |
2088 | 2088 | "notificationPubsubTopic": { |
2089 | | - "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}`", |
| 2089 | + "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}`", |
2090 | 2090 | "readOnly": true, |
2091 | 2091 | "type": "string" |
2092 | 2092 | }, |
|
0 commit comments