diff --git a/src/python/grpcio_health_checking/grpc_health/v1/health.py b/src/python/grpcio_health_checking/grpc_health/v1/health.py index 04ea3b4ecfb..3d8c16ee1b6 100644 --- a/src/python/grpcio_health_checking/grpc_health/v1/health.py +++ b/src/python/grpcio_health_checking/grpc_health/v1/health.py @@ -151,6 +151,8 @@ class HealthServicer(_health_pb2_grpc.HealthServicer): This should be invoked when the server is entering a graceful shutdown period. After this method is invoked, future attempts to set the status of a service will be ignored. + + This is an EXPERIMENTAL API. """ with self._lock: if self._gracefully_shutting_down: