mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-18 17:30:03 +01:00
chore(code-gen): update to latest version
Which is to be published
This commit is contained in:
@@ -1467,7 +1467,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("metric-descriptors-get",
|
||||
Some(r##"Gets a single metric descriptor."##),
|
||||
Some(r##"Gets a single metric descriptor. This method does not require a Stackdriver account."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_monitoring3_cli/projects_metric-descriptors-get",
|
||||
vec![
|
||||
(Some(r##"name"##),
|
||||
@@ -1489,7 +1489,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("metric-descriptors-list",
|
||||
Some(r##"Lists metric descriptors that match a filter."##),
|
||||
Some(r##"Lists metric descriptors that match a filter. This method does not require a Stackdriver account."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_monitoring3_cli/projects_metric-descriptors-list",
|
||||
vec![
|
||||
(Some(r##"name"##),
|
||||
@@ -1511,7 +1511,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("monitored-resource-descriptors-get",
|
||||
Some(r##"Gets a single monitored resource descriptor."##),
|
||||
Some(r##"Gets a single monitored resource descriptor. This method does not require a Stackdriver account."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_monitoring3_cli/projects_monitored-resource-descriptors-get",
|
||||
vec![
|
||||
(Some(r##"name"##),
|
||||
@@ -1533,7 +1533,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("monitored-resource-descriptors-list",
|
||||
Some(r##"Lists monitored resource descriptors that match a filter."##),
|
||||
Some(r##"Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_monitoring3_cli/projects_monitored-resource-descriptors-list",
|
||||
vec![
|
||||
(Some(r##"name"##),
|
||||
@@ -1583,7 +1583,7 @@ fn main() {
|
||||
Some(false)),
|
||||
]),
|
||||
("time-series-list",
|
||||
Some(r##"Lists time series that match a filter."##),
|
||||
Some(r##"Lists time series that match a filter. This method does not require a Stackdriver account."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_monitoring3_cli/projects_time-series-list",
|
||||
vec, [monitoredResourceDescriptors.get](v3/projects.monitoredResourceDescriptors/get), [metricDescriptors.list](v3/projects.metricDescriptors/list), [metricDescriptors.get](v3/projects.metricDescriptors/get), and [timeSeries.list](v3/projects.timeSeries/list).")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_monitoring3_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
.long("scope")
|
||||
|
||||
Reference in New Issue
Block a user