fix(all): update all code to latest version

* add new APIs
* remove old ones
* add latest json files
This commit is contained in:
Sebastian Thiel
2015-04-24 20:07:12 +02:00
parent 845a568b25
commit f8689be451
650 changed files with 80776 additions and 88805 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/8xS90Igj1Zi_dhxWkhTiyEbzjmc\"",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/fIJ3DBpWQxusVwOa-ZxrsUl27A4\"",
"discoveryVersion": "v1",
"id": "datastore:v1beta1",
"name": "datastore",
"version": "v1beta1",
"revision": "20140916",
"revision": "20150402",
"title": "Google Cloud Datastore API",
"description": "API for accessing Google Cloud Datastore.",
"ownerDomain": "google.com",
@@ -737,7 +737,7 @@
},
"blobValue": {
"type": "string",
"description": "A blob value. May be a maximum of 1,000,000 bytes.",
"description": "A blob value. May be a maximum of 1,000,000 bytes. When indexed is true, may have at most 500 bytes.",
"format": "byte"
},
"booleanValue": {
@@ -778,7 +778,7 @@
},
"stringValue": {
"type": "string",
"description": "A UTF-8 encoded string value."
"description": "A UTF-8 encoded string value. When indexed is true, may have at most 500 characters."
}
}
}

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/flAQ_osq7Vj8ZKDYJi6-tpiBvoo\"",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/JTCpJ6erGSGSQjeOlJBcixKgvo8\"",
"discoveryVersion": "v1",
"id": "datastore:v1beta2",
"name": "datastore",
"version": "v1beta2",
"revision": "20140916",
"revision": "20150402",
"title": "Google Cloud Datastore API",
"description": "API for accessing Google Cloud Datastore.",
"ownerDomain": "google.com",
@@ -490,7 +490,7 @@
},
"blobValue": {
"type": "string",
"description": "A blob value. May be a maximum of 1,000,000 bytes.",
"description": "A blob value. May be a maximum of 1,000,000 bytes. When indexed is true, may have at most 500 bytes.",
"format": "byte"
},
"booleanValue": {
@@ -526,7 +526,7 @@
},
"listValue": {
"type": "array",
"description": "A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.",
"description": "A list value. Cannot contain another list value. A Value instance that sets field list_value must not set field meaning or field indexed.",
"items": {
"$ref": "Value"
}
@@ -538,7 +538,7 @@
},
"stringValue": {
"type": "string",
"description": "A UTF-8 encoded string value."
"description": "A UTF-8 encoded string value. When indexed is true, may have at most 500 characters."
}
}
},
@@ -845,7 +845,7 @@
},
"blobValue": {
"type": "string",
"description": "A blob value. May be a maximum of 1,000,000 bytes.",
"description": "A blob value. May be a maximum of 1,000,000 bytes. When indexed is true, may have at most 500 bytes.",
"format": "byte"
},
"booleanValue": {
@@ -881,7 +881,7 @@
},
"listValue": {
"type": "array",
"description": "A list value. Cannot contain another list value. Cannot also have a meaning and indexing set.",
"description": "A list value. Cannot contain another list value. A Value instance that sets field list_value must not set field meaning or field indexed.",
"items": {
"$ref": "Value"
}
@@ -893,7 +893,7 @@
},
"stringValue": {
"type": "string",
"description": "A UTF-8 encoded string value."
"description": "A UTF-8 encoded string value. When indexed is true, may have at most 500 characters."
}
}
}