mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json-up): fetch latest json
api-list.yaml was updated manually to push out APIs which are just empty or plain incompatible with what we are doing
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/cV3LW8Gmmk27SrA3CO5zY7f6Svg\"",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/8TFRfN8VgEkdF-90uBpiqAh_lBs\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "deploymentmanager:v2",
|
||||
"name": "deploymentmanager",
|
||||
"canonicalName": "Deployment Manager",
|
||||
"version": "v2",
|
||||
"revision": "20160125",
|
||||
"revision": "20160201",
|
||||
"title": "Google Cloud Deployment Manager API",
|
||||
"description": "The Deployment Manager API allows users to declaratively configure, deploy and run complex solutions on the Google Cloud Platform.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -120,6 +120,13 @@
|
||||
"type": "string",
|
||||
"description": "[Output Only] Timestamp when the deployment was created, in RFC3339 text format ."
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"description": "Map of labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?",
|
||||
"items": {
|
||||
"$ref": "DeploymentLabelEntry"
|
||||
}
|
||||
},
|
||||
"manifest": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] URL of the manifest representing the last manifest that was successfully deployed."
|
||||
@@ -142,17 +149,48 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeploymentLabelEntry": {
|
||||
"id": "DeploymentLabelEntry",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeploymentUpdate": {
|
||||
"id": "DeploymentUpdate",
|
||||
"type": "object",
|
||||
"description": "",
|
||||
"properties": {
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"description": "[Output Only] Map of labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?",
|
||||
"items": {
|
||||
"$ref": "DeploymentUpdateLabelEntry"
|
||||
}
|
||||
},
|
||||
"manifest": {
|
||||
"type": "string",
|
||||
"description": "[Output Only] URL of the manifest representing the update configuration of this deployment."
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeploymentUpdateLabelEntry": {
|
||||
"id": "DeploymentUpdateLabelEntry",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeploymentsCancelPreviewRequest": {
|
||||
"id": "DeploymentsCancelPreviewRequest",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user