Skip to content

Commit

Permalink
fix: change display name for alloydb.googleapis.com and dataflow.goog…
Browse files Browse the repository at this point in the history
…leapis.com (#543)

PiperOrigin-RevId: 540973415

Co-authored-by: Copybara Bot <yoshi-code-bot@google.com>
  • Loading branch information
copybara-service[bot] and yoshi-code-bot authored Jul 4, 2023
1 parent d7d07c2 commit cab929e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -22,7 +22,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 (google.events.cloud_event_product) = "AlloyDB";
option (google.events.cloud_event_product) = "AlloyDB for PostgreSQL";
option (google.events.cloud_event_extension_attribute) = {
name: "cluster"
description: "The resource ID of the Cluster triggering the event."
Expand Down
2 changes: 1 addition & 1 deletion proto/google/events/cloud/dataflow/v1beta3/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import "google/events/cloudevent.proto";
option csharp_namespace = "Google.Events.Protobuf.Cloud.Dataflow.V1Beta3";
option php_namespace = "Google\\Events\\Cloud\\Dataflow\\V1beta3";
option ruby_package = "Google::Events::Cloud::Dataflow::V1beta3";
option (google.events.cloud_event_product) = "Cloud Dataflow";
option (google.events.cloud_event_product) = "Dataflow";
option (google.events.cloud_event_extension_attribute) = {
name: "job"
description: "The name of the Job triggering the event."
Expand Down

0 comments on commit cab929e

Please sign in to comment.