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: Cloud Tasks v4.0.1+20220212
site_name: Cloud Tasks v5.0.2+20230105
site_url: http://byron.github.io/google-apis-rs/google-cloudtasks2_beta2-cli
site_description: A complete library to interact with Cloud Tasks (protocol v2beta2)
@@ -7,30 +7,34 @@ repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/cloudtasks2_beta
docs_dir: docs
site_dir: build_html
pages:
- ['index.md', 'Home']
- ['projects_locations-get.md', 'Projects', 'Locations Get']
- ['projects_locations-list.md', 'Projects', 'Locations List']
- ['projects_locations-queues-create.md', 'Projects', 'Locations Queues Create']
- ['projects_locations-queues-delete.md', 'Projects', 'Locations Queues Delete']
- ['projects_locations-queues-get.md', 'Projects', 'Locations Queues Get']
- ['projects_locations-queues-get-iam-policy.md', 'Projects', 'Locations Queues Get Iam Policy']
- ['projects_locations-queues-list.md', 'Projects', 'Locations Queues List']
- ['projects_locations-queues-patch.md', 'Projects', 'Locations Queues Patch']
- ['projects_locations-queues-pause.md', 'Projects', 'Locations Queues Pause']
- ['projects_locations-queues-purge.md', 'Projects', 'Locations Queues Purge']
- ['projects_locations-queues-resume.md', 'Projects', 'Locations Queues Resume']
- ['projects_locations-queues-set-iam-policy.md', 'Projects', 'Locations Queues Set Iam Policy']
- ['projects_locations-queues-tasks-acknowledge.md', 'Projects', 'Locations Queues Tasks Acknowledge']
- ['projects_locations-queues-tasks-cancel-lease.md', 'Projects', 'Locations Queues Tasks Cancel Lease']
- ['projects_locations-queues-tasks-create.md', 'Projects', 'Locations Queues Tasks Create']
- ['projects_locations-queues-tasks-delete.md', 'Projects', 'Locations Queues Tasks Delete']
- ['projects_locations-queues-tasks-get.md', 'Projects', 'Locations Queues Tasks Get']
- ['projects_locations-queues-tasks-lease.md', 'Projects', 'Locations Queues Tasks Lease']
- ['projects_locations-queues-tasks-list.md', 'Projects', 'Locations Queues Tasks List']
- ['projects_locations-queues-tasks-renew-lease.md', 'Projects', 'Locations Queues Tasks Renew Lease']
- ['projects_locations-queues-tasks-run.md', 'Projects', 'Locations Queues Tasks Run']
- ['projects_locations-queues-test-iam-permissions.md', 'Projects', 'Locations Queues Test Iam Permissions']
nav:
- Home: 'index.md'
- 'Api':
- 'Queue Update': 'api_queue-update.md'
- 'Projects':
- 'Locations Get': 'projects_locations-get.md'
- 'Locations List': 'projects_locations-list.md'
- 'Locations Queues Create': 'projects_locations-queues-create.md'
- 'Locations Queues Delete': 'projects_locations-queues-delete.md'
- 'Locations Queues Get': 'projects_locations-queues-get.md'
- 'Locations Queues Get Iam Policy': 'projects_locations-queues-get-iam-policy.md'
- 'Locations Queues List': 'projects_locations-queues-list.md'
- 'Locations Queues Patch': 'projects_locations-queues-patch.md'
- 'Locations Queues Pause': 'projects_locations-queues-pause.md'
- 'Locations Queues Purge': 'projects_locations-queues-purge.md'
- 'Locations Queues Resume': 'projects_locations-queues-resume.md'
- 'Locations Queues Set Iam Policy': 'projects_locations-queues-set-iam-policy.md'
- 'Locations Queues Tasks Acknowledge': 'projects_locations-queues-tasks-acknowledge.md'
- 'Locations Queues Tasks Buffer': 'projects_locations-queues-tasks-buffer.md'
- 'Locations Queues Tasks Cancel Lease': 'projects_locations-queues-tasks-cancel-lease.md'
- 'Locations Queues Tasks Create': 'projects_locations-queues-tasks-create.md'
- 'Locations Queues Tasks Delete': 'projects_locations-queues-tasks-delete.md'
- 'Locations Queues Tasks Get': 'projects_locations-queues-tasks-get.md'
- 'Locations Queues Tasks Lease': 'projects_locations-queues-tasks-lease.md'
- 'Locations Queues Tasks List': 'projects_locations-queues-tasks-list.md'
- 'Locations Queues Tasks Renew Lease': 'projects_locations-queues-tasks-renew-lease.md'
- 'Locations Queues Tasks Run': 'projects_locations-queues-tasks-run.md'
- 'Locations Queues Test Iam Permissions': 'projects_locations-queues-test-iam-permissions.md'
theme: readthedocs