We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4489ffe commit 483f11eCopy full SHA for 483f11e
grpc/health/v1/health.proto
@@ -24,6 +24,7 @@ option go_package = "google.golang.org/grpc/health/grpc_health_v1";
24
option java_multiple_files = true;
25
option java_outer_classname = "HealthProto";
26
option java_package = "io.grpc.health.v1";
27
+option objc_class_prefix = "GrpcHealthV1";
28
29
message HealthCheckRequest {
30
string service = 1;
0 commit comments