count method
Count all that match the given criteria
Implementation
$grpc.ResponseFuture<$1.CountResponse> count(
$0.ProjectsServiceCountReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$count, request, options: options);
}