Skip to content

Commit

Permalink
fix: Correct namespaces for AlloyDB and GkeHub (#546)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544082663

Co-authored-by: Copybara Bot <yoshi-code-bot@google.com>
Co-authored-by: Daniel Azuma <dazuma@gmail.com>
  • Loading branch information
3 people authored Jul 7, 2023
1 parent 6b63725 commit 0f27e75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/google/events/cloud/alloydb/v1/data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import "google/type/timeofday.proto";

option csharp_namespace = "Google.Events.Protobuf.Cloud.AlloyDb.V1";
option php_namespace = "Google\\Events\\Cloud\\AlloyDb\\V1";
option ruby_package = "Google::Events::Cloud::AlloyDb::V1";
option ruby_package = "Google::Events::Cloud::AlloyDB::V1";

// The username/password for a database user. Used for specifying initial
// users at cluster creation time.
Expand Down
2 changes: 1 addition & 1 deletion proto/google/events/cloud/alloydb/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import "google/events/cloudevent.proto";

option csharp_namespace = "Google.Events.Protobuf.Cloud.AlloyDb.V1";
option php_namespace = "Google\\Events\\Cloud\\AlloyDb\\V1";
option ruby_package = "Google::Events::Cloud::AlloyDb::V1";
option ruby_package = "Google::Events::Cloud::AlloyDB::V1";
option (google.events.cloud_event_product) = "AlloyDB for PostgreSQL";
option (google.events.cloud_event_extension_attribute) = {
name: "cluster"
Expand Down
2 changes: 2 additions & 0 deletions proto/google/events/cloud/gkehub/v1/data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ package google.events.cloud.gkehub.v1;
import "google/protobuf/timestamp.proto";

option csharp_namespace = "Google.Events.Protobuf.Cloud.GkeHub.V1";
option php_namespace = "Google\\Events\\Cloud\\GkeHub\\V1";
option ruby_package = "Google::Events::Cloud::GkeHub::V1";

// Feature represents the settings and status of any Hub Feature.
message Feature {
Expand Down
2 changes: 2 additions & 0 deletions proto/google/events/cloud/gkehub/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import "google/events/cloud/gkehub/v1/data.proto";
import "google/events/cloudevent.proto";

option csharp_namespace = "Google.Events.Protobuf.Cloud.GkeHub.V1";
option php_namespace = "Google\\Events\\Cloud\\GkeHub\\V1";
option ruby_package = "Google::Events::Cloud::GkeHub::V1";
option (google.events.cloud_event_product) = "GKE Hub";
option (google.events.cloud_event_extension_attribute) = {
name: "membership"
Expand Down

0 comments on commit 0f27e75

Please sign in to comment.