isScheduledForDeployment

public boolean isScheduledForDeployment(BindableService service)

Check if the given gRPC service is scheduled for the deployment in this container.

Note that the given gRPC service will become available to the clients, once the gRPC container is started.

To find out whether the service is already available for calls, use isLive method.

Return

true, if the given gRPC service for deployment and false otherwise

Parameters

service

the gRPC service to check