Skip to content

Commit

Permalink
feat: Automated regeneration of Firebase client (#12745)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-19 13:18:08 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 19, 2024
1 parent fe50e76 commit 30dbc7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Firebase.V1beta1 do
API client metadata for GoogleApi.Firebase.V1beta1.
"""

@discovery_revision "20241107"
@discovery_revision "20241217"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ defmodule GoogleApi.Firebase.V1beta1.Model.StatusProto do
* `canonicalCode` (*type:* `integer()`, *default:* `nil`) - The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be.
* `code` (*type:* `integer()`, *default:* `nil`) - Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto
* `message` (*type:* `String.t`, *default:* `nil`) - Detail message
* `messageSet` (*type:* `GoogleApi.Firebase.V1beta1.Model.MessageSet.t`, *default:* `nil`) - message_set associates an arbitrary proto message with the status.
* `message` (*type:* `String.t`, *default:* `nil`) - Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3;
* `messageSet` (*type:* `GoogleApi.Firebase.V1beta1.Model.MessageSet.t`, *default:* `nil`) - message_set associates an arbitrary proto message with the status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional proto2.bridge.MessageSet message_set = 5;
* `space` (*type:* `String.t`, *default:* `nil`) - The following are usually only present when code != 0 Space to which this status belongs
"""

Expand Down
2 changes: 1 addition & 1 deletion clients/firebase/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Firebase.Mixfile do
use Mix.Project

@version "0.13.2"
@version "0.13.3"

def project() do
[
Expand Down

0 comments on commit 30dbc7c

Please sign in to comment.