Skip to content

Commit bd0b168

Browse files
feat: Automated regeneration of Firebase client (#13067)
Auto-created at 2025-03-02 13:08:35 +0000 using the toys pull request generator.
1 parent 4778848 commit bd0b168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/firebase/lib/google_api/firebase/v1beta1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Firebase.V1beta1 do
2020
API client metadata for GoogleApi.Firebase.V1beta1.
2121
"""
2222

23-
@discovery_revision "20250226"
23+
@discovery_revision "20250227"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/firebase/lib/google_api/firebase/v1beta1/model/status_proto.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.Firebase.V1beta1.Model.StatusProto do
2525
* `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 copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1;
2626
* `message` (*type:* `String.t`, *default:* `nil`) - Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3;
2727
* `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;
28-
* `space` (*type:* `String.t`, *default:* `nil`) - The following are usually only present when code != 0 Space to which this status belongs
28+
* `space` (*type:* `String.t`, *default:* `nil`) - The following are usually only present when code != 0 Space to which this status belongs copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string space = 2;
2929
"""
3030

3131
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)