diff --git a/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/api/projects.ex b/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/api/projects.ex index 5dc534b1b9..444065b5ae 100644 --- a/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/api/projects.ex +++ b/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/api/projects.ex @@ -31,7 +31,7 @@ defmodule GoogleApi.FirebaseStorage.V1beta.Api.Projects do ## Parameters * `connection` (*type:* `GoogleApi.FirebaseStorage.V1beta.Connection.t`) - Connection to server - * `bucket` (*type:* `String.t`) - Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_number}/buckets/{bucket_id}`. + * `bucket` (*type:* `String.t`) - Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_id_or_number}/buckets/{bucket_id}`. * `optional_params` (*type:* `keyword()`) - Optional parameters * `:"$.xgafv"` (*type:* `String.t`) - V1 error format. * `:access_token` (*type:* `String.t`) - OAuth access token. @@ -103,7 +103,7 @@ defmodule GoogleApi.FirebaseStorage.V1beta.Api.Projects do ## Parameters * `connection` (*type:* `GoogleApi.FirebaseStorage.V1beta.Connection.t`) - Connection to server - * `name` (*type:* `String.t`) - Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_number}/buckets/{bucket_id}`. + * `name` (*type:* `String.t`) - Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_id_or_number}/buckets/{bucket_id}`. * `optional_params` (*type:* `keyword()`) - Optional parameters * `:"$.xgafv"` (*type:* `String.t`) - V1 error format. * `:access_token` (*type:* `String.t`) - OAuth access token. @@ -163,7 +163,7 @@ defmodule GoogleApi.FirebaseStorage.V1beta.Api.Projects do ## Parameters * `connection` (*type:* `GoogleApi.FirebaseStorage.V1beta.Connection.t`) - Connection to server - * `parent` (*type:* `String.t`) - Required. Resource name of the parent Firebase project, `projects/{project_number}`. + * `parent` (*type:* `String.t`) - Required. Resource name of the parent Firebase project, `projects/{project_id_or_number}`. * `optional_params` (*type:* `keyword()`) - Optional parameters * `:"$.xgafv"` (*type:* `String.t`) - V1 error format. * `:access_token` (*type:* `String.t`) - OAuth access token. @@ -234,7 +234,7 @@ defmodule GoogleApi.FirebaseStorage.V1beta.Api.Projects do ## Parameters * `connection` (*type:* `GoogleApi.FirebaseStorage.V1beta.Connection.t`) - Connection to server - * `bucket` (*type:* `String.t`) - Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_number}/buckets/{bucket_id}`. + * `bucket` (*type:* `String.t`) - Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_id_or_number}/buckets/{bucket_id}`. * `optional_params` (*type:* `keyword()`) - Optional parameters * `:"$.xgafv"` (*type:* `String.t`) - V1 error format. * `:access_token` (*type:* `String.t`) - OAuth access token. diff --git a/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/metadata.ex b/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/metadata.ex index 33d1ba8790..8ea5e24700 100644 --- a/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/metadata.ex +++ b/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.FirebaseStorage.V1beta do API client metadata for GoogleApi.FirebaseStorage.V1beta. """ - @discovery_revision "20220927" + @discovery_revision "20240301" def discovery_revision(), do: @discovery_revision end diff --git a/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/model/bucket.ex b/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/model/bucket.ex index d6885e701f..f68a7f8969 100644 --- a/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/model/bucket.ex +++ b/clients/firebase_storage/lib/google_api/firebase_storage/v1beta/model/bucket.ex @@ -21,7 +21,7 @@ defmodule GoogleApi.FirebaseStorage.V1beta.Model.Bucket do ## Attributes - * `name` (*type:* `String.t`, *default:* `nil`) - Resource name of the bucket. + * `name` (*type:* `String.t`, *default:* `nil`) - Output only. Resource name of the bucket. """ use GoogleApi.Gax.ModelBase