Skip to content

Commit 0f79e38

Browse files
yoshi-code-botcopybara-github
authored andcommitted
Add Java package option to Auth V2 protos
PiperOrigin-RevId: 774607290
1 parent d9aa99c commit 0f79e38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

proto/google/events/firebase/auth/v2/data.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import "google/protobuf/timestamp.proto";
2222
option csharp_namespace = "Google.Events.Protobuf.Firebase.Auth.V2";
2323
option php_namespace = "Google\\Events\\Firebase\\Auth\\V2";
2424
option ruby_package = "Google::Events::Firebase::Auth::V2";
25+
option java_package = "com.google.events.firebase.auth.v2";
2526

2627
// The data within all Firebase Auth events.
2728
message AuthEventData {

proto/google/events/firebase/auth/v2/events.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import "google/events/firebase/auth/v2/data.proto";
2222
option csharp_namespace = "Google.Events.Protobuf.Firebase.Auth.V2";
2323
option php_namespace = "Google\\Events\\Firebase\\Auth\\V2";
2424
option ruby_package = "Google::Events::Firebase::Auth::V2";
25+
option java_package = "com.google.events.firebase.auth.v2";
2526
option (google.events.cloud_event_product) = "Firebase Authentication";
2627
option (google.events.cloud_event_extension_attribute) = {
2728
name: "tenantid"

0 commit comments

Comments
 (0)