aboutsummaryrefslogtreecommitdiffhomepage
path: root/protos
diff options
context:
space:
mode:
Diffstat (limited to 'protos')
-rw-r--r--protos/hellostreamingworld.proto1
-rw-r--r--protos/helloworld.proto1
-rw-r--r--protos/route_guide.proto1
3 files changed, 3 insertions, 0 deletions
diff --git a/protos/hellostreamingworld.proto b/protos/hellostreamingworld.proto
index ec8405c78b..bd5af3b2d5 100644
--- a/protos/hellostreamingworld.proto
+++ b/protos/hellostreamingworld.proto
@@ -30,6 +30,7 @@
syntax = "proto3";
option java_package = "ex.grpc";
+option objc_class_prefix = "HSW";
package hellostreamingworld;
diff --git a/protos/helloworld.proto b/protos/helloworld.proto
index 6281c934ae..7d58870a70 100644
--- a/protos/helloworld.proto
+++ b/protos/helloworld.proto
@@ -30,6 +30,7 @@
syntax = "proto3";
option java_package = "io.grpc.examples";
+option objc_class_prefix = "HLW";
package helloworld;
diff --git a/protos/route_guide.proto b/protos/route_guide.proto
index 37590490f4..bfde5f1ead 100644
--- a/protos/route_guide.proto
+++ b/protos/route_guide.proto
@@ -30,6 +30,7 @@
syntax = "proto3";
option java_package = "ex.grpc";
+option objc_class_prefix = "RTG";
package examples;