Skip to content

Commit

Permalink
fix: adding namespace rules for C#, php, and ruby
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 371234909
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 30, 2021
1 parent ab3600d commit 63198c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/essentialcontacts/v1/enums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/essentialcontac
option java_multiple_files = true;
option java_outer_classname = "EnumsProto";
option java_package = "com.google.cloud.essentialcontacts.v1";
option csharp_namespace = "Google.Cloud.EssentialContacts.V1";
option php_namespace = "Google\\Cloud\\EssentialContacts\\V1";
option ruby_package = "Google::Cloud::EssentialContacts::V1";

// The notification categories that an essential contact can be subscribed to.
// Each notification will be categorized by the sender into one of the following
Expand Down
3 changes: 3 additions & 0 deletions google/cloud/essentialcontacts/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ import "google/protobuf/timestamp.proto";
option go_package = "google.golang.org/genproto/googleapis/cloud/essentialcontacts/v1;essentialcontacts";
option java_multiple_files = true;
option java_package = "com.google.cloud.essentialcontacts.v1";
option csharp_namespace = "Google.Cloud.EssentialContacts.V1";
option php_namespace = "Google\\Cloud\\EssentialContacts\\V1";
option ruby_package = "Google::Cloud::EssentialContacts::V1";

// Manages contacts for important Google Cloud notifications.
service EssentialContactsService {
Expand Down

0 comments on commit 63198c0

Please sign in to comment.