mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update all code after version update
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user