update all code after version update

This commit is contained in:
Sebastian Thiel
2020-07-10 09:41:44 +08:00
parent c949124df5
commit d1ffa68287
1798 changed files with 692798 additions and 59942 deletions

View File

@@ -876,10 +876,10 @@ fn main() {
("methods", "methods: 'batch-get-assets-history' and 'export-assets'", vec![
("batch-get-assets-history",
Some(r##"Batch gets the update history of assets that overlap a time window.
For RESOURCE content, this API outputs history with asset in both
non-delete or deleted status.
For IAM_POLICY content, this API outputs history when the asset and its
attached IAM POLICY both exist. This can create gaps in the output history.
Otherwise, this API outputs history with asset in both non-delete or
deleted status.
If a specified asset does not exist, this API returns an INVALID_ARGUMENT
error."##),
"Details at http://byron.github.io/google-apis-rs/google_cloudasset1_cli/methods_batch-get-assets-history",
@@ -906,9 +906,15 @@ fn main() {
]),
("export-assets",
Some(r##"Exports assets with time and resource types to a given Cloud Storage
location. The output format is newline-delimited JSON.
This API implements the google.longrunning.Operation API allowing you
to keep track of the export."##),
location/BigQuery table. For Cloud Storage location destinations, the
output format is newline-delimited JSON. Each line represents a
google.cloud.asset.v1.Asset in the JSON format; for BigQuery table
destinations, the output table stores the fields in asset proto as columns.
This API implements the google.longrunning.Operation API
, which allows you to keep track of the export. We recommend intervals of
at least 2 seconds with exponential retry to poll the export operation
result. For regular-size resource parent, the export operation usually
finishes within 5 minutes."##),
"Details at http://byron.github.io/google-apis-rs/google_cloudasset1_cli/methods_export-assets",
vec![
(Some(r##"parent"##),
@@ -971,7 +977,7 @@ fn main() {
let mut app = App::new("cloudasset1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.13+20200403")
.version("1.0.14+20200613")
.about("The cloud asset API manages the history and inventory of cloud resources.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_cloudasset1_cli")
.arg(Arg::with_name("url")