Skip to content

Commit

Permalink
Update health.proto to add objc prefix (#166)
Browse files Browse the repository at this point in the history
* Update health.proto to add objc prefix

* Use GRPCV1 instead of GRPC for objc prefix

* Update objc prefix to GrpcHealthV1
  • Loading branch information
charlottetan authored Jan 23, 2025
1 parent 4489ffe commit 483f11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpc/health/v1/health.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ option go_package = "google.golang.org/grpc/health/grpc_health_v1";
option java_multiple_files = true;
option java_outer_classname = "HealthProto";
option java_package = "io.grpc.health.v1";
option objc_class_prefix = "GrpcHealthV1";

message HealthCheckRequest {
string service = 1;
Expand Down

0 comments on commit 483f11e

Please sign in to comment.