rebuild all APIS

This commit is contained in:
Sebastian Thiel
2023-03-16 18:16:47 +01:00
parent 952ec161b8
commit a791dde0ce
3202 changed files with 103346 additions and 529276 deletions

View File

@@ -1,4 +1,4 @@
site_name: BigQuery Data Transfer v4.0.1+20220225
site_name: BigQuery Data Transfer v5.0.2+20230115
site_url: http://byron.github.io/google-apis-rs/google-bigquerydatatransfer1-cli
site_description: A complete library to interact with BigQuery Data Transfer (protocol v1)
@@ -7,40 +7,41 @@ repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/bigquerydatatran
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['projects_data-sources-check-valid-creds.md', 'Projects', 'Data Sources Check Valid Creds']
- ['projects_data-sources-get.md', 'Projects', 'Data Sources Get']
- ['projects_data-sources-list.md', 'Projects', 'Data Sources List']
- ['projects_enroll-data-sources.md', 'Projects', 'Enroll Data Sources']
- ['projects_locations-data-sources-check-valid-creds.md', 'Projects', 'Locations Data Sources Check Valid Creds']
- ['projects_locations-data-sources-get.md', 'Projects', 'Locations Data Sources Get']
- ['projects_locations-data-sources-list.md', 'Projects', 'Locations Data Sources List']
- ['projects_locations-enroll-data-sources.md', 'Projects', 'Locations Enroll Data Sources']
- ['projects_locations-get.md', 'Projects', 'Locations Get']
- ['projects_locations-list.md', 'Projects', 'Locations List']
- ['projects_locations-transfer-configs-create.md', 'Projects', 'Locations Transfer Configs Create']
- ['projects_locations-transfer-configs-delete.md', 'Projects', 'Locations Transfer Configs Delete']
- ['projects_locations-transfer-configs-get.md', 'Projects', 'Locations Transfer Configs Get']
- ['projects_locations-transfer-configs-list.md', 'Projects', 'Locations Transfer Configs List']
- ['projects_locations-transfer-configs-patch.md', 'Projects', 'Locations Transfer Configs Patch']
- ['projects_locations-transfer-configs-runs-delete.md', 'Projects', 'Locations Transfer Configs Runs Delete']
- ['projects_locations-transfer-configs-runs-get.md', 'Projects', 'Locations Transfer Configs Runs Get']
- ['projects_locations-transfer-configs-runs-list.md', 'Projects', 'Locations Transfer Configs Runs List']
- ['projects_locations-transfer-configs-runs-transfer-logs-list.md', 'Projects', 'Locations Transfer Configs Runs Transfer Logs List']
- ['projects_locations-transfer-configs-schedule-runs.md', 'Projects', 'Locations Transfer Configs Schedule Runs']
- ['projects_locations-transfer-configs-start-manual-runs.md', 'Projects', 'Locations Transfer Configs Start Manual Runs']
- ['projects_transfer-configs-create.md', 'Projects', 'Transfer Configs Create']
- ['projects_transfer-configs-delete.md', 'Projects', 'Transfer Configs Delete']
- ['projects_transfer-configs-get.md', 'Projects', 'Transfer Configs Get']
- ['projects_transfer-configs-list.md', 'Projects', 'Transfer Configs List']
- ['projects_transfer-configs-patch.md', 'Projects', 'Transfer Configs Patch']
- ['projects_transfer-configs-runs-delete.md', 'Projects', 'Transfer Configs Runs Delete']
- ['projects_transfer-configs-runs-get.md', 'Projects', 'Transfer Configs Runs Get']
- ['projects_transfer-configs-runs-list.md', 'Projects', 'Transfer Configs Runs List']
- ['projects_transfer-configs-runs-transfer-logs-list.md', 'Projects', 'Transfer Configs Runs Transfer Logs List']
- ['projects_transfer-configs-schedule-runs.md', 'Projects', 'Transfer Configs Schedule Runs']
- ['projects_transfer-configs-start-manual-runs.md', 'Projects', 'Transfer Configs Start Manual Runs']
nav:
- Home: 'index.md'
- 'Projects':
- 'Data Sources Check Valid Creds': 'projects_data-sources-check-valid-creds.md'
- 'Data Sources Get': 'projects_data-sources-get.md'
- 'Data Sources List': 'projects_data-sources-list.md'
- 'Enroll Data Sources': 'projects_enroll-data-sources.md'
- 'Locations Data Sources Check Valid Creds': 'projects_locations-data-sources-check-valid-creds.md'
- 'Locations Data Sources Get': 'projects_locations-data-sources-get.md'
- 'Locations Data Sources List': 'projects_locations-data-sources-list.md'
- 'Locations Enroll Data Sources': 'projects_locations-enroll-data-sources.md'
- 'Locations Get': 'projects_locations-get.md'
- 'Locations List': 'projects_locations-list.md'
- 'Locations Transfer Configs Create': 'projects_locations-transfer-configs-create.md'
- 'Locations Transfer Configs Delete': 'projects_locations-transfer-configs-delete.md'
- 'Locations Transfer Configs Get': 'projects_locations-transfer-configs-get.md'
- 'Locations Transfer Configs List': 'projects_locations-transfer-configs-list.md'
- 'Locations Transfer Configs Patch': 'projects_locations-transfer-configs-patch.md'
- 'Locations Transfer Configs Runs Delete': 'projects_locations-transfer-configs-runs-delete.md'
- 'Locations Transfer Configs Runs Get': 'projects_locations-transfer-configs-runs-get.md'
- 'Locations Transfer Configs Runs List': 'projects_locations-transfer-configs-runs-list.md'
- 'Locations Transfer Configs Runs Transfer Logs List': 'projects_locations-transfer-configs-runs-transfer-logs-list.md'
- 'Locations Transfer Configs Schedule Runs': 'projects_locations-transfer-configs-schedule-runs.md'
- 'Locations Transfer Configs Start Manual Runs': 'projects_locations-transfer-configs-start-manual-runs.md'
- 'Transfer Configs Create': 'projects_transfer-configs-create.md'
- 'Transfer Configs Delete': 'projects_transfer-configs-delete.md'
- 'Transfer Configs Get': 'projects_transfer-configs-get.md'
- 'Transfer Configs List': 'projects_transfer-configs-list.md'
- 'Transfer Configs Patch': 'projects_transfer-configs-patch.md'
- 'Transfer Configs Runs Delete': 'projects_transfer-configs-runs-delete.md'
- 'Transfer Configs Runs Get': 'projects_transfer-configs-runs-get.md'
- 'Transfer Configs Runs List': 'projects_transfer-configs-runs-list.md'
- 'Transfer Configs Runs Transfer Logs List': 'projects_transfer-configs-runs-transfer-logs-list.md'
- 'Transfer Configs Schedule Runs': 'projects_transfer-configs-schedule-runs.md'
- 'Transfer Configs Start Manual Runs': 'projects_transfer-configs-start-manual-runs.md'
theme: readthedocs