Update to latest versions of API declarations

This commit is contained in:
Sebastian Thiel
2018-10-13 13:49:14 +02:00
parent 5a67475b54
commit 255c7f5ad5
1508 changed files with 819225 additions and 838421 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-cloudtrace1-cli"
version = "1.0.7+20171202"
version = "1.0.7+20181004"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Cloud Trace (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudtrace1-cli"
@@ -12,9 +12,11 @@ homepage = "https://cloud.google.com/trace"
documentation = "http://byron.github.io/google-apis-rs/google_cloudtrace1_cli"
license = "MIT"
keywords = ["cloudtrace", "google", "cli"]
autobins = false
[[bin]]
name = "cloudtrace1"
path = "src/main.rs"
[dev-dependencies]
hyper-rustls = "^0.6"
@@ -37,4 +39,4 @@ clap = "^2.0"
[dependencies.google-cloudtrace1]
path = "../cloudtrace1"
version = "1.0.7+20171202"
version = "1.0.7+20181004"

View File

@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
# Usage
This documentation was generated from the *Cloud Trace* API at revision *20171202*. The CLI is at version *1.0.7*.
This documentation was generated from the *Cloud Trace* API at revision *20181004*. The CLI is at version *1.0.7*.
```bash
cloudtrace1 [options]

View File

@@ -1,4 +1,4 @@
site_name: Cloud Trace v1.0.7+20171202
site_name: Cloud Trace v1.0.7+20181004
site_url: http://byron.github.io/google-apis-rs/google-cloudtrace1-cli
site_description: A complete library to interact with Cloud Trace (protocol v1)

View File

@@ -333,11 +333,10 @@ impl<'n> Engine<'n> {
let engine = Engine {
opt: opt,
hub: api::CloudTrace::new(client, auth),
gp: vec!["$-xgafv", "access-token", "alt", "bearer-token", "callback", "fields", "key", "oauth-token", "pp", "pretty-print", "quota-user", "upload-type", "upload-protocol"],
gp: vec!["$-xgafv", "access-token", "alt", "callback", "fields", "key", "oauth-token", "pretty-print", "quota-user", "upload-type", "upload-protocol"],
gpm: vec![
("$-xgafv", "$.xgafv"),
("access-token", "access_token"),
("bearer-token", "bearer_token"),
("oauth-token", "oauth_token"),
("pretty-print", "prettyPrint"),
("quota-user", "quotaUser"),
@@ -453,8 +452,8 @@ fn main() {
let mut app = App::new("cloudtrace1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.7+20171202")
.about("Sends application trace data to Stackdriver Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API.
.version("1.0.7+20181004")
.about("Sends application trace data to Stackdriver Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Trace API directly. If you are looking to instrument your application for Stackdriver Trace, we recommend using OpenCensus.
")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_cloudtrace1_cli")
.arg(Arg::with_name("url")