regen all APIs

This commit is contained in:
Sebastian Thiel
2024-03-05 19:02:07 +01:00
parent ca974aa0a5
commit 55badfe90e
1998 changed files with 490545 additions and 148021 deletions

View File

@@ -1881,7 +1881,7 @@ async fn main() {
vec![
(Some(r##"name"##),
None,
Some(r##"The name of the file to retrieve."##),
Some(r##"Required. The name of the file to retrieve."##),
Some(true),
Some(false)),
@@ -1903,7 +1903,7 @@ async fn main() {
vec![
(Some(r##"parent"##),
None,
Some(r##"The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1"##),
Some(r##"Required. The name of the repository whose files will be listed. For example: "projects/p1/locations/us-central1/repositories/repo1"##),
Some(true),
Some(false)),
@@ -2129,7 +2129,7 @@ async fn main() {
vec![
(Some(r##"parent"##),
None,
Some(r##"The name of the parent resource whose tags will be listed."##),
Some(r##"The name of the parent package whose tags will be listed. For example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1`."##),
Some(true),
Some(false)),
@@ -2245,7 +2245,7 @@ async fn main() {
vec![
(Some(r##"name"##),
None,
Some(r##"The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1"."##),
Some(r##"The name of the repository, for example: `projects/p1/locations/us-central1/repositories/repo1`."##),
Some(true),
Some(false)),
@@ -2329,7 +2329,7 @@ async fn main() {
let mut app = App::new("artifactregistry1-beta1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("5.0.3+20230113")
.version("5.0.3+20240213")
.about("Store and manage build artifacts in a scalable and integrated service built on Google infrastructure.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_artifactregistry1_beta1_cli")
.arg(Arg::with_name("url")