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

@@ -434,7 +434,7 @@ async fn main() {
vec![
(Some(r##"bucket"##),
None,
Some(r##"Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_number}/buckets/{bucket_id}`."##),
Some(r##"Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_id_or_number}/buckets/{bucket_id}`."##),
Some(true),
Some(false)),
@@ -462,7 +462,7 @@ async fn main() {
vec![
(Some(r##"name"##),
None,
Some(r##"Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_number}/buckets/{bucket_id}`."##),
Some(r##"Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_id_or_number}/buckets/{bucket_id}`."##),
Some(true),
Some(false)),
@@ -484,7 +484,7 @@ async fn main() {
vec![
(Some(r##"parent"##),
None,
Some(r##"Required. Resource name of the parent Firebase project, `projects/{project_number}`."##),
Some(r##"Required. Resource name of the parent Firebase project, `projects/{project_id_or_number}`."##),
Some(true),
Some(false)),
@@ -506,7 +506,7 @@ async fn main() {
vec![
(Some(r##"bucket"##),
None,
Some(r##"Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_number}/buckets/{bucket_id}`."##),
Some(r##"Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_id_or_number}/buckets/{bucket_id}`."##),
Some(true),
Some(false)),
@@ -534,7 +534,7 @@ async fn main() {
let mut app = App::new("firebasestorage1-beta")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("5.0.3+20230106")
.version("5.0.3+20240301")
.about("The Cloud Storage for Firebase API enables programmatic management of Cloud Storage buckets for use in Firebase projects")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_firebasestorage1_beta_cli")
.arg(Arg::with_name("url")