Skip to content

Commit 483f11e

Browse files
authored
Update health.proto to add objc prefix (#166)
* Update health.proto to add objc prefix * Use GRPCV1 instead of GRPC for objc prefix * Update objc prefix to GrpcHealthV1
1 parent 4489ffe commit 483f11e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grpc/health/v1/health.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ option go_package = "google.golang.org/grpc/health/grpc_health_v1";
2424
option java_multiple_files = true;
2525
option java_outer_classname = "HealthProto";
2626
option java_package = "io.grpc.health.v1";
27+
option objc_class_prefix = "GrpcHealthV1";
2728

2829
message HealthCheckRequest {
2930
string service = 1;

0 commit comments

Comments
 (0)