mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(all): update all code to latest version
* add new APIs * remove old ones * add latest json files
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/wU8NjG2rANeT6LROBN3mCaSHZ_8\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/oh0OKkMoXiShh-fNWjMyGYxRkos\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "dns:v1beta1",
|
||||
"name": "dns",
|
||||
"version": "v1beta1",
|
||||
"revision": "20150114",
|
||||
"revision": "20150218",
|
||||
"title": "Google Cloud DNS API",
|
||||
"description": "The Google Cloud DNS API provides services for configuring and serving authoritative DNS records.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -116,7 +116,7 @@
|
||||
},
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "Status of the operation. Can be one of the following: \"PENDING\" or \"DONE\" (output only)."
|
||||
"description": "Status of the operation (output only)."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -292,7 +292,7 @@
|
||||
},
|
||||
"rrdatas": {
|
||||
"type": "array",
|
||||
"description": "As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1)",
|
||||
"description": "As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -304,7 +304,7 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "One of A, AAAA, SOA, MX, NS, TXT"
|
||||
"description": "The identifier of a supported record type, for example, A, AAAA, MX, TXT, and so on."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user