Skip to content

Commit

Permalink
feat: Automated regeneration of FirebaseStorage client (#10871)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-12 01:29:47 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 12, 2024
1 parent b13e5e9 commit 95a5e84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95a5e84

Please sign in to comment.