regenerate all crates with updated patch level

This commit is contained in:
Sebastian Thiel
2020-04-12 18:58:21 +08:00
parent aacc30f08d
commit d302542d8d
1372 changed files with 345452 additions and 163522 deletions

View File

@@ -22537,12 +22537,12 @@ fn main() {
Some(true)),
]),
("files-get",
Some(r##"Retrieves a report file. This method supports media download."##),
Some(r##"Retrieves a report file by its report ID and file ID. This method supports media download."##),
"Details at http://byron.github.io/google-apis-rs/google_dfareporting3d3_cli/reports_files-get",
vec![
(Some(r##"profile-id"##),
None,
Some(r##"The DFA profile ID."##),
Some(r##"The DFA user profile ID."##),
Some(true),
Some(false)),
@@ -22576,13 +22576,13 @@ fn main() {
vec![
(Some(r##"profile-id"##),
None,
Some(r##"The DFA profile ID."##),
Some(r##"The DFA user profile ID."##),
Some(true),
Some(false)),
(Some(r##"report-id"##),
None,
Some(r##"The ID of the parent report."##),
Some(r##"The ID of the report."##),
Some(true),
Some(false)),
@@ -23712,7 +23712,7 @@ fn main() {
let mut app = App::new("dfareporting3d3")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.12+20190531")
.version("1.0.13+20200326")
.about("Manages your DoubleClick Campaign Manager ad campaigns and reports.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_dfareporting3d3_cli")
.arg(Arg::with_name("url")