mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"oauth2": {
|
||||
"scopes": {
|
||||
"https://www.googleapis.com/auth/cloud-platform": {
|
||||
"description": "See, edit, configure, and delete your Google Cloud Platform data"
|
||||
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,7 +12,7 @@
|
||||
"baseUrl": "https://workflows.googleapis.com/",
|
||||
"batchPath": "batch",
|
||||
"canonicalName": "Workflows",
|
||||
"description": "Orchestrate Workflows consisting of Google Cloud APIs, SaaS APIs or private API endpoints.",
|
||||
"description": "Manage workflow definitions. To execute workflows and manage executions, see the Workflows Executions API.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://cloud.google.com/workflows",
|
||||
"fullyEncodeReservedExpansion": true,
|
||||
@@ -156,7 +156,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"pageSize": {
|
||||
"description": "The maximum number of results to return. If not set, the service will select a default.",
|
||||
"description": "The maximum number of results to return. If not set, the service selects a default.",
|
||||
"format": "int32",
|
||||
"location": "query",
|
||||
"type": "integer"
|
||||
@@ -444,7 +444,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20210318",
|
||||
"revision": "20220223",
|
||||
"rootUrl": "https://workflows.googleapis.com/",
|
||||
"schemas": {
|
||||
"Empty": {
|
||||
@@ -676,7 +676,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"serviceAccount": {
|
||||
"description": "Name of the service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} Using `-` as a wildcard for the `{project}` will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.",
|
||||
"description": "The service account associated with the latest workflow version. This service account represents the identity of the workflow and determines what permissions the workflow has. Format: projects/{project}/serviceAccounts/{account} or {account} Using `-` as a wildcard for the `{project}` or not providing one at all will infer the project from the account. The `{account}` value can be the `email` address or the `unique_id` of the service account. If not provided, workflow will use the project's default service account. Modifying this field for an existing workflow results in a new workflow revision.",
|
||||
"type": "string"
|
||||
},
|
||||
"sourceContents": {
|
||||
|
||||
Reference in New Issue
Block a user